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 | 1110100111000110111010011100011001000010 | e9c6e9c642 |
EUC-JP | 鯣鯣B | 1111001011001000111100101100100001000010 | f2c8f2c842 |
UTF-8 | 鯣鯣B | 11101001101011111010001111101001101011111010001101000010 | e9afa3e9afa342 |
UHC | ??B | 001111110011111101000010 | 3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)