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 | 輦衽 | 111010001011110010100110111010001010000110111101 | e8bca6e8a1bd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | �� | 1000111110101011101100100011111110001111101000101100001110001111101010111011001010001111101000101100001000111111 | 8fabb23f8fa2c38fabb28fa2c23f |
UTF-8 | 輦衽 | 110000111010100011000010101111001100001010100110110000111010100011000010101000011100001010111101 | c3a8c2bcc2a6c3a8c2a1c2bd |
UHC | ?¼??¡½ | 001111111010100011111001001111110011111110100010101011101010100011110110 | 3fa8f93f3fa2aea8f6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)