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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 騾オ蟶キ豕」B | 11101001100000001011010111100101101110001011011111100110101100111010001101000010 | e980b5e5b8b7e6b3a342 |
EUC-JP | 騾オ蟶キ豕」B | 11110001111000001000111010110101111010101011101010001110101101111110110010110101100011101010001101000010 | f1e08eb5eaba8eb7ecb58ea342 |
UTF-8 | 騾オ蟶キ豕」B | 11101001101010001011111011101111101111011011010111101000100111111011011011101111101111011011011111101000101100011001010111101111101111011010001101000010 | e9a8beefbdb5e89fb6efbdb7e8b195efbda342 |
UHC | ????豕?B | 0011111100111111001111110011111111100011110011100011111101000010 | 3f3f3f3fe3ce3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)