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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 咫???寃 | 10011010010000000011111100111111001111111001101110000011 | 9a403f3f3f9b83 |
EUC-JP | 咫?釪?寃 | 110100111010000100111111100011111110001110101101001111111101010111100011 | d3a13f8fe3ad3fd5e3 |
UTF-8 | 咫렧釪렟寃 | 111001011001001010101011111010111010000010100111111010011000011110101010111010111010000010011111111001011010111110000011 | e592abeba0a7e987aaeba09fe5af83 |
UHC | 咫렧釪렟寃 | 11110010101000011000111010110110111010011110100110001110101100001110101010110010 | f2a18eb6e9e98eb0eab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)