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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 쨀횤횊체횖챠 | 111011001010100010000000111011011001101010100100111011011001101010001010111011001011001010110100111011011001101010010110111011001011000110100000 | eca880ed9aa4ed9a8aecb2b4ed9a96ecb1a0 |
UHC | 쨀횤횊체횖챠 | 110000101011001111000011100110111100001110001000110000111011110011000011100100001100001110101101 | c2b3c39bc388c3bcc390c3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)