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 | ??C??m | 001111110011111101000011001111110011111101101101 | 3f3f433f3f6d |
SJIS-WIN | 鶯痔C鶯痔m | 11101001111100101000111010100100010000111110100111110010100011101010010001101101 | e9f28ea443e9f28ea46d |
EUC-JP | 鶯痔C鶯痔m | 11110010111101001011110010100110010000111111001011110100101111001010011001101101 | f2f4bca643f2f4bca66d |
UTF-8 | 鶯痔C鶯痔m | 1110100110110110101011111110011110010111100101000100001111101001101101101010111111100111100101111001010001101101 | e9b6afe7979443e9b6afe797946d |
UHC | 鶯痔C鶯痔m | 11100101101000111111011011000000010000111110010110100011111101101100000001101101 | e5a3f6c043e5a3f6c06d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)