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 | 吏흡렊얩렊 | 111011111010011110011110111011011001110110100001111010111010000010001010111011001001011010101001111010111010000010001010 | efa79eed9da1eba08aec96a9eba08a |
UHC | 吏흡렊얩렊 | 11101100101001111100100011101101100011101010000110111110111011011000111010100001 | eca7c8ed8ea1beed8ea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)