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 | 陟暮峺 | 111010001010000010010101111010011001101110110110 | e8a095e99bb6 |
EUC-JP | 陟暮峺 | 111100001010001011001010111010111101011010111000 | f0a2caebd6b8 |
UTF-8 | 陟暮峺 | 111010011001100110011111111001101001101010101110111001011011001110111010 | e9999fe69aaee5b3ba |
UHC | 陟暮? | 1111010010110011110110011011101000111111 | f4b3d9ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)