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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 葹エ阡オB | 11100100110111111011010011101000100101001011010101000010 | e4dfb4e894b542 |
EUC-JP | 葹エ阡オB | 111010001110000110001110101101001110111111110100100011101011010101000010 | e8e18eb4eff48eb542 |
UTF-8 | 葹エ阡オB | 11101000100100011011100111101111101111011011010011101001100110001010000111101111101111011011010101000010 | e891b9efbdb4e998a1efbdb542 |
UHC | ??阡?B | 001111110011111111110100110001100011111101000010 | 3f3ff4c63f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)