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 | ??@? | 00111111001111110100000000111111 | 3f3f403f |
SJIS-WIN | 怐顋@゚ | 100111001000000111101000111110010100000011011111 | 9c81e8f940df |
EUC-JP | 怐顋@゚ | 11010111111000011111000011111011010000001000111011011111 | d7e1f0fb408edf |
UTF-8 | 怐顋@゚ | 11100110100000001001000011101001101000011000101101000000111011111011111010011111 | e68090e9a18b40efbe9f |
UHC | ??@? | 00111111001111110100000000111111 | 3f3f403f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)