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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 罌?] | 11100011101000000011111101011101 | e3a03f5d |
EUC-JP | 罌?] | 11100110101000100011111101011101 | e6a23f5d |
UTF-8 | 罌꿄] | 11100111101111011000110011101010101111111000010001011101 | e7bd8ceabf845d |
UHC | 罌꿄] | 1110010110100010100001010100010101011101 | e5a285455d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)