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 | 횒횤찾횙흨 | 111011011001101010010010111011011001101010100100111011001011000010111110111011011001101010011001111011011001110110101000 | ed9a92ed9aa4ecb0beed9a99ed9da8 |
UHC | 횒횤찾횙흨 | 11000011100011011100001110011011110000111010001111000011100100111100010110000110 | c38dc39bc3a3c393c586 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)