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 | 렩렲렪렰렓렊 | 111010111010000010101001111010111010000010110010111010111010000010101010111010111010000010110000111010111010000010010011111010111010000010001010 | eba0a9eba0b2eba0aaeba0b0eba093eba08a |
UHC | 렩렲렪렰렓렊 | 100011101011011110001110101111111000111010111000100011101011110110001110101010001000111010100001 | 8eb78ebf8eb88ebd8ea88ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)