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 | ??}i??}iB | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
SJIS-WIN | 貊ク}i貊ク}iB | 1110011010111011101110000111110101101001111001101011101110111000011111010110100101000010 | e6bbb87d69e6bbb87d6942 |
EUC-JP | 貊ク}i貊ク}iB | 11101100101111011000111010111000011111010110100111101100101111011000111010111000011111010110100101000010 | ecbd8eb87d69ecbd8eb87d6942 |
UTF-8 | 貊ク}i貊ク}iB | 1110100010110010100010101110111110111101101110000111110101101001111010001011001010001010111011111011110110111000011111010110100101000010 | e8b28aefbdb87d69e8b28aefbdb87d6942 |
UHC | 貊?}i貊?}iB | 1101100011100111001111110111110101101001110110001110011100111111011111010110100101000010 | d8e73f7d69d8e73f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)