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 | ?????@h | 00111111001111110011111100111111001111110100000001101000 | 3f3f3f3f3f4068 |
SJIS-WIN | 蜴凪揃增ケ@h | 1110010110001110100100111110001010010001101101011111101010011101101110010100000001101000 | e58e93e291b5fa9db94068 |
EUC-JP | 蜴凪揃?ケ@h | 1110100111101110110001101110010011000010101101110011111110001110101110010100000001101000 | e9eec6e4c2b73f8eb94068 |
UTF-8 | 蜴凪揃增ケ@h | 1110100010011100101101001110010110000111101010101110011010001111100000111110010110100010100111101110111110111101101110010100000001101000 | e89cb4e587aae68f83e5a29eefbdb94068 |
UHC | ???增?@h | 0011111100111111001111111111000111110010001111110100000001101000 | 3f3f3ff1f23f4068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)