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 | 001111111110001010111111001111110100001001000110 | 3fe2bf3f4246 |
EUC-JP | 鋌篩?BF | 1000111111100100101110111110010011000001001111110100001001000110 | 8fe4bbe4c13f4246 |
UTF-8 | 鋌篩섕BF | 1110100110001011100011001110011110101111101010011110110010000100100101010100001001000110 | e98b8ce7afa9ec84954246 |
UHC | 鋌篩섕BF | 1110111111111011110111101110100010111100101011000100001001000110 | effbdee8bcac4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)