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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 驥喫驥喫B | 111010011000011110001011011010011110100110000111100010110110100101000010 | e9878b69e9878b6942 |
EUC-JP | 驥喫驥喫B | 111100011110011110110101110010101111000111100111101101011100101001000010 | f1e7b5caf1e7b5ca42 |
UTF-8 | 驥喫驥喫B | 11101001101010011010010111100101100101101010101111101001101010011010010111100101100101101010101101000010 | e9a9a5e596abe9a9a5e596ab42 |
UHC | 驥喫驥喫B | 110100011100101011010001110100101101000111001010110100011101001001000010 | d1cad1d2d1cad1d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)