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 | ?z?zB | 0011111101111010001111110111101001000010 | 3f7a3f7a42 |
SJIS-WIN | 讓z讓zB | 11100110101010000111101011100110101010000111101001000010 | e6a87ae6a87a42 |
EUC-JP | 讓z讓zB | 11101100101010100111101011101100101010100111101001000010 | ecaa7aecaa7a42 |
UTF-8 | 讓z讓zB | 111010001010111010010011011110101110100010101110100100110111101001000010 | e8ae937ae8ae937a42 |
UHC | 讓z讓zB | 11100101110100110111101011100101110100110111101001000010 | e5d37ae5d37a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)