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 | 1110100010101001101010010111110101101001111010001010100110101001011111010110100101000010 | e8a9a97d69e8a9a97d6942 |
EUC-JP | 隧ゥ}i隧ゥ}iB | 11110000101010111000111010101001011111010110100111110000101010111000111010101001011111010110100101000010 | f0ab8ea97d69f0ab8ea97d6942 |
UTF-8 | 隧ゥ}i隧ゥ}iB | 1110100110011010101001111110111110111101101010010111110101101001111010011001101010100111111011111011110110101001011111010110100101000010 | e99aa7efbda97d69e99aa7efbda97d6942 |
UHC | 隧?}i隧?}iB | 1110001011001010001111110111110101101001111000101100101000111111011111010110100101000010 | e2ca3f7d69e2ca3f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)