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 | 110110001101010101111101011010011101100011010101011111010110100101000010 | d8d57d69d8d57d6942 |
SJIS-WIN | ??}i??}iB | 001111110011111101111101011010010011111100111111011111010110100101000010 | 3f3f7d693f3f7d6942 |
EUC-JP | ØÕ}iØÕ}iB | 1000111110101001101011001000111110101010110110000111110101101001100011111010100110101100100011111010101011011000011111010110100101000010 | 8fa9ac8faad87d698fa9ac8faad87d6942 |
UTF-8 | ØÕ}iØÕ}iB | 11000011100110001100001110010101011111010110100111000011100110001100001110010101011111010110100101000010 | c398c3957d69c398c3957d6942 |
UHC | Ø?}iØ?}iB | 1010100010101010001111110111110101101001101010001010101000111111011111010110100101000010 | a8aa3f7d69a8aa3f7d6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)