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 | 111001101100111001111101011010011110011011001110011111010110100101000010 | e6ce7d69e6ce7d6942 |
SJIS-WIN | ??}i??}iB | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
EUC-JP | æÎ}iæÎ}iB | 1000111110101001110000011000111110101010110000100111110101101001100011111010100111000001100011111010101011000010011111010110100101000010 | 8fa9c18faac27d698fa9c18faac27d6942 |
UTF-8 | æÎ}iæÎ}iB | 11000011101001101100001110001110011111010110100111000011101001101100001110001110011111010110100101000010 | c3a6c38e7d69c3a6c38e7d6942 |
UHC | æ?}iæ?}iB | 1010100110100001001111110111110101101001101010011010000100111111011111010110100101000010 | a9a13f7d69a9a13f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)