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 | 蝴蝎? | 1110010110011010111001011001100100111111 | e59ae5993f |
EUC-JP | 蝴蝎? | 1110100111111010111010011111100100111111 | e9fae9f93f |
UTF-8 | 蝴蝎렲 | 111010001001110110110100111010001001110110001110111010111010000010110010 | e89db4e89d8eeba0b2 |
UHC | 蝴蝎렲 | 111110111101110111001010111010011000111010111111 | fbddcae98ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)