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 | 1110010011010100111000000110011111100010011000000100001001000110 | e4d4e067e2604246 |
EUC-JP | 蕚瀏秡BF | 1110100011010110110111111100100011100011110000010100001001000110 | e8d6dfc8e3c14246 |
UTF-8 | 蕚瀏秡BF | 1110100010010101100110101110011110000000100011111110011110100111101000010100001001000110 | e8959ae7808fe7a7a14246 |
UHC | ?瀏?BF | 001111111101011110110111001111110100001001000110 | 3fd7b73f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)