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 | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-WIN | ?秧B | 00111111111000100101111001000010 | 3fe25e42 |
EUC-JP | ?秧B | 00111111111000111011111101000010 | 3fe3bf42 |
UTF-8 | 卨秧B | 11100101100011011010100011100111101001111010011101000010 | e58da8e7a7a742 |
UHC | 卨秧B | 1110000011011001111001001110101101000010 | e0d9e4eb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)