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 | ???BF | 0011111100111111001111110100001001000110 | 3f3f3f4246 |
SJIS-WIN | 蕭傑訓BF | 1110010101001010100011001000011010001100010100000100001001000110 | e54a8c868c504246 |
EUC-JP | 蕭傑訓BF | 1110100110101011101101111110011010110111101100010100001001000110 | e9abb7e6b7b14246 |
UTF-8 | 蕭傑訓BF | 1110100010010101101011011110010110000010100100011110100010101000100100110100001001000110 | e895ade58291e8a8934246 |
UHC | 蕭傑訓BF | 1110000111001011110010111111100011111101101110100100001001000110 | e1cbcbf8fdba4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)