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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 營?ぎ | 1001101001111010001111111000001010101100 | 9a7a3f82ac |
EUC-JP | 營?ぎ | 1101001111011011001111111010010010101110 | d3db3fa4ae |
UTF-8 | 營⒵ぎ | 111001111000011110011111111000101001001010110101111000111000000110001110 | e7879fe292b5e3818e |
UHC | 營⒵ぎ | 111001111011110110101001111001101010101010101110 | e7bda9e6aaae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)