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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 獸猾粢獸猩 | 11100000110101111110000011001111111000101110010111100000110101111110000011001101 | e0d7e0cfe2e5e0d7e0cd |
EUC-JP | 獸猾粢獸猩 | 11100000110110011110000011010001111001001110011111100000110110011110000011001111 | e0d9e0d1e4e7e0d9e0cf |
UTF-8 | 獸猾粢獸猩 | 111001111000110110111000111001111000110010111110111001111011001010100010111001111000110110111000111001111000110010101001 | e78db8e78cbee7b2a2e78db8e78ca9 |
UHC | 獸猾?獸猩 | 111000101010111011111100110000100011111111100010101011101110000011111010 | e2aefcc23fe2aee0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)