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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 靫靨\ | 1110100011010100111010001101001001011100 | e8d4e8d25c |
EUC-JP | 靫靨\ | 1111000011010110111100001101010001011100 | f0d6f0d45c |
UTF-8 | 靫靨\ | 11101001100111011010101111101001100111011010100001011100 | e99dabe99da85c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)