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 | 獨猩矼B | 11100000110101011110000011001101111000011110001101000010 | e0d5e0cde1e342 |
EUC-JP | 獨猩矼B | 11100000110101111110000011001111111000101110010101000010 | e0d7e0cfe2e542 |
UTF-8 | 獨猩矼B | 11100111100011011010100011100111100011001010100111100111100111111011110001000010 | e78da8e78ca9e79fbc42 |
UHC | 獨猩?B | 110101001011110011100000111110100011111101000010 | d4bce0fa3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)