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 | 00111111011111010110100100111111011111010110100101000010 | 3f7d693f7d6942 |
SJIS-WIN | 詩}i詩}iB | 100011101000110101111101011010011000111010001101011111010110100101000010 | 8e8d7d698e8d7d6942 |
EUC-JP | 詩}i詩}iB | 101110111110110101111101011010011011101111101101011111010110100101000010 | bbed7d69bbed7d6942 |
UTF-8 | 詩}i詩}iB | 1110100010101001101010010111110101101001111010001010100110101001011111010110100101000010 | e8a9a97d69e8a9a97d6942 |
UHC | 詩}i詩}iB | 111000111100110001111101011010011110001111001100011111010110100101000010 | e3cc7d69e3cc7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)