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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 瓦匿抒? | 10001010101000101001001110111101100111010101001000111111 | 8aa293bd9d523f |
EUC-JP | 瓦匿抒? | 10110100101001001100011010111111110110011011001100111111 | b4a4c6bfd9b33f |
UTF-8 | 瓦匿抒롊 | 111001111001001110100110111001011000110010111111111001101000101010010010111010111010000110001010 | e793a6e58cbfe68a92eba18a |
UHC | 瓦匿抒롊 | 1110100010111111110100101111101111011111111100011000111011010000 | e8bfd2fbdff18ed0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)