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 | 횗횂횕쨔횖짚 | 111011011001101010010111111011011001101010000010111011011001101010010101111011001010100010010100111011011001101010010110111011001010011110011010 | ed9a97ed9a82ed9a95eca894ed9a96eca79a |
UHC | 횗횂횕쨔횖짚 | 110000111001000111000011100000101100001110001111110000101011100111000011100100001100001010100100 | c391c382c38fc2b9c390c2a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)