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 | 10011110101101101110000001101110100100001110001101000010 | 9eb6e06e90e342 |
EUC-JP | 楔瀟舌B | 11011100101110001101111111001111110000001110010101000010 | dcb8dfcfc0e542 |
UTF-8 | 楔瀟舌B | 11100110101001011001010011100111100000001001111111101000100010001000110001000010 | e6a594e7809fe8888c42 |
UHC | 楔瀟舌B | 11100000110110111110000110111110111000001101111101000010 | e0dbe1bee0df42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)