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 | 該蝎? | 1000101001011001111001011001100100111111 | 8a59e5993f |
EUC-JP | 該蝎? | 1011001110111010111010011111100100111111 | b3bae9f93f |
UTF-8 | 該蝎렜 | 111010001010100110110010111010001001110110001110111010111010000010011100 | e8a9b2e89d8eeba09c |
UHC | 該蝎렜 | 111110101011000111001010111010011000111010101110 | fab1cae98eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)