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 | 第臀??? | 10010001111001101110010001011100001111110011111100111111 | 91e6e45c3f3f3f |
EUC-JP | 第臀??? | 11000010111010001110011110111101001111110011111100111111 | c2e8e7bd3f3f3f |
UTF-8 | 第臀렊목렰 | 111001111010110010101100111010001000011110000000111010111010000010001010111010111010101010101001111010111010000010110000 | e7acace88780eba08aebaaa9eba0b0 |
UHC | 第臀렊목렰 | 11110000101011111101010011101011100011101010000110111000111100011000111010111101 | f0afd4eb8ea1b8f18ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)