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 | 第臀???? | 1001000111100110111001000101110000111111001111110011111100111111 | 91e6e45c3f3f3f3f |
| EUC-JP | 第臀???? | 1100001011101000111001111011110100111111001111110011111100111111 | c2e8e7bd3f3f3f3f |
| UTF-8 | 第臀렊목렰렢 | 111001111010110010101100111010001000011110000000111010111010000010001010111010111010101010101001111010111010000010110000111010111010000010100010 | e7acace88780eba08aebaaa9eba0b0eba0a2 |
| UHC | 第臀렊목렰렢 | 111100001010111111010100111010111000111010100001101110001111000110001110101111011000111010110011 | f0afd4eb8ea1b8f18ebd8eb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)