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 | 1110000110101001111000001101011101000111 | e1a9e0d747 |
EUC-JP | 皓獸G | 1110001010101011111000001101100101000111 | e2abe0d947 |
UTF-8 | 皓獸G | 11100111100110101001001111100111100011011011100001000111 | e79a93e78db847 |
UHC | 皓獸G | 1111101111010011111000101010111001000111 | fbd3e2ae47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)