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 | 悉貔赦 | 100011101011101111100110101111101000111011001101 | 8ebbe6be8ecd |
EUC-JP | 悉貔赦 | 101111001011110111101100110000001011110011001111 | bcbdecc0bccf |
UTF-8 | 悉貔赦 | 111001101000001010001001111010001011001010010100111010001011010110100110 | e68289e8b294e8b5a6 |
UHC | 悉?赦 | 1110001111111010001111111101111011110101 | e3fa3fdef5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)