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 | 吏흔렟얘렩렍 | 111011111010011110011110111011011001110110010100111010111010000010011111111011001001011010011000111010111010000010101001111010111010000010001101 | efa79eed9d94eba09fec9698eba0a9eba08d |
UHC | 吏흔렟얘렩렍 | 111011001010011111001000111001111000111010110000101111101110101010001110101101111000111010100011 | eca7c8e78eb0beea8eb78ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)