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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 裼磯摯魏 | 1110010111100111100010001110100110011101100101011110100110110000 | e5e788e99d95e9b0 |
EUC-JP | 裼磯摯魏 | 1110101011101001101100001110101111011001111101011111001010110010 | eae9b0ebd9f5f2b2 |
UTF-8 | 裼磯摯魏 | 111010001010001110111100111001111010001110101111111001101001000110101111111010011010110110001111 | e8a3bce7a3afe691afe9ad8f |
UHC | ?磯摯魏 | 00111111110100011011010011110010101001111110101011100000 | 3fd1b4f2a7eae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)