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 | 霓晧次 | 111010001011110110011101111011001000111010011111 | e8bd9dec8e9f |
EUC-JP | 霓晧次 | 111100001011111111011010111011101011110010100001 | f0bfdaeebca1 |
UTF-8 | 霓晧次 | 111010011001110010010011111001101001100110100111111001101010110010100001 | e99c93e699a7e6aca1 |
UHC | 霓晧次 | 111001111110011111111011110001011111001110101101 | e7e7fbc5f3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)