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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 艶{?k | 100010011001000010000001011011110011111101101011 | 8990816f3f6b |
EUC-JP | 艶{?k | 101100011111000010100001110100000011111101101011 | b1f0a1d03f6b |
UTF-8 | 艶{쾷k | 11101000100010011011011011101111101111011001101111101100101111101011011101101011 | e889b6efbd9becbeb76b |
UHC | 艶{쾷k | 11100110111111011010001111111011101100101000110101101011 | e6fda3fbb28d6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)