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 | 塋??蘂 | 100110101100100000111111001111111110010101000001 | 9ac83f3fe541 |
EUC-JP | 塋??蘂 | 110101001100101000111111001111111110100110100010 | d4ca3f3fe9a2 |
UTF-8 | 塋뷴컙蘂 | 111001011010000110001011111010111011011110110100111011001011101110011001111010001001100010000010 | e5a18bebb7b4ecbb99e89882 |
UHC | 塋뷴컙蘂 | 1110011110101011101110101110010110110000100001001110011111011110 | e7abbae5b084e7de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)