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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????潮 | 001111110011111100111111001111111001001010101010 | 3f3f3f3f92aa |
EUC-JP | ????潮 | 001111110011111100111111001111111100010010101100 | 3f3f3f3fc4ac |
UTF-8 | 렽렍롋렣潮 | 111010111010000010111101111010111010000010001101111010111010000110001011111010111010000010100011111001101011110110101110 | eba0bdeba08deba18beba0a3e6bdae |
UHC | 렽렍롋렣潮 | 10001110110001011000111010100011100011101101000110001110101101001111000011001101 | 8ec58ea38ed18eb4f0cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)