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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 倚??\ | 1001100011011111001111110011111101011100 | 98df3f3f5c |
EUC-JP | 倚??\ | 1101000011100001001111110011111101011100 | d0e13f3f5c |
UTF-8 | 倚잍묜\ | 11100101100000001001101011101100100111101000110111101011101011001001110001011100 | e5809aec9e8debac9c5c |
UHC | 倚잍묜\ | 11101011111011111001111111100110101110011010011101011100 | ebef9fe6b9a75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)