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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???櫛??? | 0011111100111111001111111000101111111001001111110011111100111111 | 3f3f3f8bf93f3f3f |
EUC-JP | ???櫛??? | 0011111100111111001111111011011011111011001111110011111100111111 | 3f3f3fb6fb3f3f3f |
UTF-8 | 앍렢렳櫛렍렊롆 | 111011001001010110001101111010111010000010100010111010111010000010110011111001101010101110011011111010111010000010001101111010111010000010001010111010111010000110000110 | ec958deba0a2eba0b3e6ab9beba08deba08aeba186 |
UHC | 앍렢렳櫛렍렊롆 | 1011111011001100100011101011001110001110110000001111000111101110100011101010001110001110101000011000111011001100 | becc8eb38ec0f1ee8ea38ea18ecc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)