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 | 暦癲痣 | 100101111110111111100001100111111110000101111011 | 97efe19fe17b |
EUC-JP | 暦癲痣 | 110011101111000111100010101000011110000111011100 | cef1e2a1e1dc |
UTF-8 | 暦癲痣 | 111001101001101010100110111001111001100110110010111001111001011110100011 | e69aa6e799b2e797a3 |
UHC | ?癲? | 00111111111011111010011000111111 | 3fefa63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)