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 | 1110011010011010001111110111110101101001111001101001101000111111011111010110100101000010 | e69a3f7d69e69a3f7d6942 |
EUC-JP | 證?}i證?}iB | 1110101111111010001111110111110101101001111010111111101000111111011111010110100101000010 | ebfa3f7d69ebfa3f7d6942 |
UTF-8 | 證렓}i證렓}iB | 1110100010101101100010011110101110100000100100110111110101101001111010001010110110001001111010111010000010010011011111010110100101000010 | e8ad89eba0937d69e8ad89eba0937d6942 |
UHC | 證렓}i證렓}iB | 11110001111110111000111010101000011111010110100111110001111110111000111010101000011111010110100101000010 | f1fb8ea87d69f1fb8ea87d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)