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 | 횂짙횂짖횇혛 | 111011011001101010000010111011001010011110011001111011011001101010000010111011001010011110010110111011011001101010000111111011011001100010011011 | ed9a82eca799ed9a82eca796ed9a87ed989b |
UHC | 횂짙횂짖횇혛 | 110000111000001011000010101000111100001110000010110000101010001011000011100001011100001010000110 | c382c2a3c382c2a2c385c286 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)