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缸 | 1110001110011101011010001110001110011101 | e39d68e39d |
EUC-JP | 缸h缸 | 1110010111111101011010001110010111111101 | e5fd68e5fd |
UTF-8 | 缸h缸 | 11100111101111001011100001101000111001111011110010111000 | e7bcb868e7bcb8 |
UHC | 缸h缸 | 1111100111111100011010001111100111111100 | f9fc68f9fc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)