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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 倚?倚 | 1001100011011111001111111001100011011111 | 98df3f98df |
EUC-JP | 倚?倚 | 1101000011100001001111111101000011100001 | d0e13fd0e1 |
UTF-8 | 倚쁥倚 | 111001011000000010011010111011001000000110100101111001011000000010011010 | e5809aec81a5e5809a |
UHC | 倚쁥倚 | 111010111110111110011000011010001110101111101111 | ebef9868ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)