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 | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-WIN | 迺「z迺「zB | 111001111001001010100010011110101110011110010010101000100111101001000010 | e792a27ae792a27a42 |
EUC-JP | 迺「z迺「zB | 1110110111110010100011101010001001111010111011011111001010001110101000100111101001000010 | edf28ea27aedf28ea27a42 |
UTF-8 | 迺「z迺「zB | 111010001011111110111010111011111011110110100010011110101110100010111111101110101110111110111101101000100111101001000010 | e8bfbaefbda27ae8bfbaefbda27a42 |
UHC | ??z??zB | 00111111001111110111101000111111001111110111101001000010 | 3f3f7a3f3f7a42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)