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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 跏帷伽 | 111001101110011010011011111001111000100110111110 | e6e69be789be |
EUC-JP | 跏帷伽 | 111011001110100011010110111010011011001011000000 | ece8d6e9b2c0 |
UTF-8 | 跏帷伽 | 111010001011011110001111111001011011100010110111111001001011110010111101 | e8b78fe5b8b7e4bcbd |
UHC | 跏?伽 | 1100101010111010001111111100101010100001 | caba3fcaa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)