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 | 艶?\ | 10001001100100000011111101011100 | 89903f5c |
EUC-JP | 艶?\ | 10110001111100000011111101011100 | b1f03f5c |
UTF-8 | 艶쵡\ | 11101000100010011011011011101100101101011010000101011100 | e889b6ecb5a15c |
UHC | 艶쵡\ | 1110011011111101101011010100000101011100 | e6fdad415c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)