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 | 鬣碁・沓 | 11101001101001011000110011101001101001011000110001000010 | e9a58ce9a58c42 |
EUC-JP | 鬣碁・沓 | 1111001010100111101110001110101110001110101001011011011110100011 | f2a7b8eb8ea5b7a3 |
UTF-8 | 鬣碁・沓 | 111010011010110010100011111001111010001010000001111011111011110110100101111001101011001010010011 | e9aca3e7a281efbda5e6b293 |
UHC | ?碁?沓 | 001111111101000110110011001111111101001111001011 | 3fd1b33fd3cb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)