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 | 芒刻治 | 111001001000101010001101100011111000111010100001 | e48a8d8f8ea1 |
EUC-JP | 芒刻治 | 111001111110101010111001111011111011110010100011 | e7eab9efbca3 |
UTF-8 | 芒刻治 | 111010001000101010010010111001011000100010111011111001101011001010111011 | e88a92e588bbe6b2bb |
UHC | 芒刻治 | 110110001101001111001010101111101111011010111101 | d8d3cabef6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)