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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 莨頑捗Q] | 1110010010111100100010101110011010010010101110110101000101011101 | e4bc8ae692bb515d |
EUC-JP | 莨頑捗Q] | 1110100010111110101101001110100011000100101111010101000101011101 | e8beb4e8c4bd515d |
UTF-8 | 莨頑捗Q] | 1110100010001110101010001110100110100000100100011110011010001101100101110101000101011101 | e88ea8e9a091e68d97515d |
UHC | ?頑?Q] | 001111111110100011010111001111110101000101011101 | 3fe8d73f515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)