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 | 聿丈松 | 111000111110010010001111111001001000111110111100 | e3e48fe48fbc |
EUC-JP | 聿丈松 | 111001101110011010111110111001101011111010111110 | e6e6bee6bebe |
UTF-8 | 聿丈松 | 111010001000000110111111111001001011100010001000111001101001110110111110 | e881bfe4b888e69dbe |
UHC | 聿丈松 | 111010111101001111101101110110111110000111100110 | ebd3eddbe1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)