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 | 횒횤찼횧흨 | 111011011001101010010010111011011001101010100100111011001011000010111100111011011001101010100111111011011001110110101000 | ed9a92ed9aa4ecb0bced9aa7ed9da8 |
UHC | 횒횤찼횧흨 | 11000011100011011100001110011011110000111010000111000011100111101100010110000110 | c38dc39bc3a1c39ec586 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)