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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 仁¥醍 | 100100000110110110000001100011111001000111100111 | 906d818f91e7 |
EUC-JP | 仁¥醍 | 101111111100111010100001111011111100001011101001 | bfcea1efc2e9 |
UTF-8 | 仁¥醍 | 111001001011101110000001111011111011111110100101111010011000011010001101 | e4bb81efbfa5e9868d |
UHC | 仁¥醍 | 111011001101001010100001110011011111000010110101 | ecd2a1cdf0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)