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}?H{^ | 00111111010010000111110100111111010010000111101101011110 | 3f487d3f487b5e |
SJIS-WIN | 雨H}雨H{^ | 100010010100101001001000011111011000100101001010010010000111101101011110 | 894a487d894a487b5e |
EUC-JP | 雨H}雨H{^ | 101100011010101101001000011111011011000110101011010010000111101101011110 | b1ab487db1ab487b5e |
UTF-8 | 雨H}雨H{^ | 1110100110011011101010000100100001111101111010011001101110101000010010000111101101011110 | e99ba8487de99ba8487b5e |
UHC | 雨H}雨H{^ | 111010011110101101001000011111011110100111101011010010000111101101011110 | e9eb487de9eb487b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)