To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 筌o?B | 111000101010001110000010100011110011111101000010 | e2a3828f3f42 |
EUC-JP | 筌o?B | 111001001010010110100011111011110011111101000010 | e4a5a3ef3f42 |
UTF-8 | 筌o㎗B | 11100111101011011000110011101111101111011000111111100011100011101001011101000010 | e7ad8cefbd8fe38e9742 |
UHC | 筌o㎗B | 11101111101001111010001111101111101001111010001101000010 | efa7a3efa7a342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)