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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 牆??絲?\ | 1110000010101101001111110011111111100011010011100011111101011100 | e0ad3f3fe34e3f5c |
EUC-JP | 牆??絲?\ | 1110000010101111001111110011111111100101101011110011111101011100 | e0af3f3fe5af3f5c |
UTF-8 | 牆렮綎絲톼\ | 11100111100010011000011011101011101000001010111011100111101101101000111011100111101101011011001011101101100001101011110001011100 | e78986eba0aee7b68ee7b5b2ed86bc5c |
UHC | 牆렮綎絲톼\ | 1110110111101101100011101011101111101111111100101101111011101010110001011110110101011100 | eded8ebbeff2deeac5ed5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)