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 | ?B?i?B?iB | 001111110100001000111111011010010011111101000010001111110110100101000010 | 3f423f693f423f6942 |
SJIS-WIN | ?B?i?B?iB | 001111110100001000111111011010010011111101000010001111110110100101000010 | 3f423f693f423f6942 |
EUC-JP | ?B?i?B?iB | 001111110100001000111111011010010011111101000010001111110110100101000010 | 3f423f693f423f6942 |
UTF-8 | 뭒B몷i뭒B몷iB | 1110101110101101100100100100001011101011101010101011011101101001111010111010110110010010010000101110101110101010101101110110100101000010 | ebad9242ebaab769ebad9242ebaab76942 |
UHC | 뭒B몷i뭒B몷iB | 10010010010110100100001010010001100111110110100110010010010110100100001010010001100111110110100101000010 | 925a42919f69925a42919f6942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)