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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 陜」諛千岌 | 111010001001110110100011111001101000011110010000111001111001101110100111 | e89da3e68790e79ba7 |
EUC-JP | 陜」諛千岌 | 11101111111111011000111010100011111010111110011111000000111010011101011010101001 | effd8ea3ebe7c0e9d6a9 |
UTF-8 | 陜」諛千岌 | 111010011001100110011100111011111011110110100011111010001010101110011011111001011000110110000011111001011011001010001100 | e9999cefbda3e8ab9be58d83e5b28c |
UHC | 陜?諛千? | 1111100111110000001111111110101110110000111101001011011000111111 | f9f03febb0f4b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)