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 | éô¸í÷¾ | 1110100111110100100011101011100011101101111101111000111010111110 | e9f48eb8edf78ebe |
| SJIS-WIN | ?????÷?? | 001111110011111100111111001111110011111110000001100000000011111100111111 | 3f3f3f3f3f81803f3f |
| EUC-JP | éô?¸í÷?? | 1000111110101011101100011000111110101011110101000011111110001111101000101011000110001111101010111011111110100001111000000011111100111111 | 8fabb18fabd43f8fa2b18fabbfa1e03f3f |
| UTF-8 | éô¸í÷¾ | 11000011101010011100001110110100110000101000111011000010101110001100001110101101110000111011011111000010100011101100001010111110 | c3a9c3b4c28ec2b8c3adc3b7c28ec2be |
| UHC | ???¸?÷?¾ | 0011111100111111001111111010001010101100001111111010000111000000001111111010100011111010 | 3f3f3fa2ac3fa1c03fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)