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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 題逗? | 1001000111101000100100001000000000111111 | 91e890803f |
EUC-JP | 題逗? | 1100001011101010101111111110000000111111 | c2eabfe03f |
UTF-8 | 題逗렏 | 111010011010000110001100111010011000000010010111111010111010000010001111 | e9a18ce98097eba08f |
UHC | 題逗렏 | 111100001011100111010100111010001000111010100101 | f0b9d4e88ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)