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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ?塼??? | 00111111100011111011100010111001001111110011111100111111 | 3f8fb8b93f3f3f |
UTF-8 | 렻塼렔렦렶 | 111010111010000010111011111001011010000110111100111010111010000010010100111010111010000010100110111010111010000010110110 | eba0bbe5a1bceba094eba0a6eba0b6 |
UHC | 렻塼렔렦렶 | 10001110110000111110111011110100100011101010100110001110101101011000111011000001 | 8ec3eef48ea98eb58ec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)