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 | ??G | 001111110011111101000111 | 3f3f47 |
SJIS-WIN | 皓痒G | 1110000110101001111000010111100101000111 | e1a9e17947 |
EUC-JP | 皓痒G | 1110001010101011111000011101101001000111 | e2abe1da47 |
UTF-8 | 皓痒G | 11100111100110101001001111100111100101111001001001000111 | e79a93e7979247 |
UHC | 皓痒G | 1111101111010011111001011100101001000111 | fbd3e5ca47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)