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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鸚??濡 | 111010100101111100111111001111111001010001000111 | ea5f3f3f9447 |
EUC-JP | 鸚??濡 | 111100111100000000111111001111111100011110101000 | f3c03f3fc7a8 |
UTF-8 | 鸚뽯졏濡 | 111010011011100010011010111010111011110110101111111011001010000110001111111001101011111110100001 | e9b89aebbdafeca18fe6bfa1 |
UHC | 鸚뽯졏濡 | 1110010110100100100101101110101110100000101111001110101110100001 | e5a496eba0bceba1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)