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 | 艶?] | 10001001100100000011111101011101 | 89903f5d |
EUC-JP | 艶?] | 10110001111100000011111101011101 | b1f03f5d |
UTF-8 | 艶뾴] | 11101000100010011011011011101011101111101011010001011101 | e889b6ebbeb45d |
UHC | 艶뾴] | 1110011011111101100101110111011001011101 | e6fd97765d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)