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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 楮???諄? | 1001111010111000001111110011111100111111111001100111100000111111 | 9eb83f3f3fe6783f |
EUC-JP | 楮???諄? | 1101110010111010001111110011111100111111111010111101100100111111 | dcba3f3f3febd93f |
UTF-8 | 楮쇤렍렞諄렎 | 111001101010010110101110111011001000011110100100111010111010000010001101111010111010000010011110111010001010101110000100111010111010000010001110 | e6a5aeec87a4eba08deba09ee8ab84eba08e |
UHC | 楮쇤렍렞諄렎 | 111011101011111110111100111010011000111010100011100011101010111111100010111101001000111010100100 | eebfbce98ea38eafe2f48ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)