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 | 0011111101011101001111110101110101000010 | 3f5d3f5d42 |
SJIS-WIN | ?]?]B | 0011111101011101001111110101110101000010 | 3f5d3f5d42 |
EUC-JP | ?]?]B | 0011111101011101001111110101110101000010 | 3f5d3f5d42 |
UTF-8 | 숓]숓]B | 111011001000100010010011010111011110110010001000100100110101110101000010 | ec88935dec88935d42 |
UHC | 숓]숓]B | 10011001111100110101110110011001111100110101110101000010 | 99f35d99f35d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)