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 | ??H | 001111110011111101001000 | 3f3f48 |
SJIS-WIN | 爲徼H | 1110000010101000100111000111010001001000 | e0a89c7448 |
EUC-JP | 爲徼H | 1110000010101010110101111101010101001000 | e0aad7d548 |
UTF-8 | 爲徼H | 11100111100010001011001011100101101111101011110001001000 | e788b2e5bebc48 |
UHC | 爲?H | 11101010110100110011111101001000 | ead33f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)