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? | 001111110110100000111111 | 3f683f |
SJIS-WIN | 荅h荅 | 1110010010100111011010001110010010100111 | e4a768e4a7 |
EUC-JP | 荅h荅 | 1110100010101001011010001110100010101001 | e8a968e8a9 |
UTF-8 | 荅h荅 | 11101000100011011000010101101000111010001000110110000101 | e88d8568e88d85 |
UHC | ?h? | 001111110110100000111111 | 3f683f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)