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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 吏흔렟얘렩 | 111011111010011110011110111011011001110110010100111010111010000010011111111011001001011010011000111010111010000010101001 | efa79eed9d94eba09fec9698eba0a9 |
UHC | 吏흔렟얘렩 | 11101100101001111100100011100111100011101011000010111110111010101000111010110111 | eca7c8e78eb0beea8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)