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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 횛짯횒횎챘 | 111011011001101010011011111011001010011110101111111011011001101010010010111011011001101010001110111011001011000110011000 | ed9a9beca7afed9a92ed9a8eecb198 |
UHC | 횛짯횒횎챘 | 11000011100101011100001010101101110000111000110111000011100010101100001110101011 | c395c2adc38dc38ac3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)