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 | ???oBF | 001111110011111100111111011011110100001001000110 | 3f3f3f6f4246 |
SJIS-WIN | 獸粤獨oBF | 111000001101011111100010111000111110000011010101011011110100001001000110 | e0d7e2e3e0d56f4246 |
EUC-JP | 獸粤獨oBF | 111000001101100111100100111001011110000011010111011011110100001001000110 | e0d9e4e5e0d76f4246 |
UTF-8 | 獸粤獨oBF | 111001111000110110111000111001111011001010100100111001111000110110101000011011110100001001000110 | e78db8e7b2a4e78da86f4246 |
UHC | 獸?獨oBF | 1110001010101110001111111101010010111100011011110100001001000110 | e2ae3fd4bc6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)