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 | 葹菩仆 | 111001001101111110010101111011001001100010111011 | e4df95ec98bb |
EUC-JP | 葹菩仆 | 111010001110000111001010111011101101000010111101 | e8e1caeed0bd |
UTF-8 | 葹菩仆 | 111010001001000110111001111010001000111110101001111001001011101110000110 | e891b9e88fa9e4bb86 |
UHC | ?菩? | 00111111110111001100110000111111 | 3fdccc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)