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 | 軏窟浯 | 111110111011001010001100010000011111101011111100 | fbb28c41fafc |
EUC-JP | 軏窟浯 | 1000111111100000110110011011011110100010100011111100011111000011 | 8fe0d9b7a28fc7c3 |
UTF-8 | 軏窟浯 | 111010001011101110001111111001111010101010011111111001101011010110101111 | e8bb8fe7aa9fe6b5af |
UHC | ?窟? | 00111111110011111101111100111111 | 3fcfdf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)