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 | ?????F | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 癲??椅?F | 1110000110011111001111110011111110001000110101100011111101000110 | e19f3f3f88d63f46 |
EUC-JP | 癲??椅?F | 1110001010100001001111110011111110110000110110000011111101000110 | e2a13f3fb0d83f46 |
UTF-8 | 癲앸ㅈ椅쁁F | 11100111100110011011001011101100100101011011100011100011100001011000100011100110101001001000010111101100100000011000000101000110 | e799b2ec95b8e38588e6a485ec818146 |
UHC | 癲앸ㅈ椅쁁F | 1110111110100110100111011110101110100100101110001110101111110101100110000100001001000110 | efa69deba4b8ebf5984246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)