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 | 域???? | 100010001110011000111111001111110011111100111111 | 88e63f3f3f3f |
EUC-JP | 域???? | 101100001110100000111111001111110011111100111111 | b0e83f3f3f3f |
UTF-8 | 域⒴끀僚멊 | 111001011001111110011111111000101001001010110100111010111000000110000000111011111010011010111011111010111010100110001010 | e59f9fe292b4eb8180efa6bbeba98a |
UHC | 域⒴끀僚멊 | 11100110101101001010100111100101100001011011011011101000111010001001000101000010 | e6b4a9e585b6e8e89142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)