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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 暦砌暦矜^ | 100101111110111111100001111001001001011111101111111000011110000001011110 | 97efe1e497efe1e05e |
EUC-JP | 暦砌暦矜^ | 110011101111000111100010111001101100111011110001111000101110001001011110 | cef1e2e6cef1e2e25e |
UTF-8 | 暦砌暦矜^ | 11100110100110101010011011100111101000001000110011100110100110101010011011100111100111111001110001011110 | e69aa6e7a08ce69aa6e79f9c5e |
UHC | ???矜^ | 001111110011111100111111110100001110100001011110 | 3f3f3fd0e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)