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 | 獸猾箝籖獵 | 11100000110101111110000011001111111000101010110111100010110111011110000011011000 | e0d7e0cfe2ade2dde0d8 |
EUC-JP | 獸猾箝籖獵 | 11100000110110011110000011010001111001001010111111100100110111111110000011011010 | e0d9e0d1e4afe4dfe0da |
UTF-8 | 獸猾箝籖獵 | 111001111000110110111000111001111000110010111110111001111010111010011101111001111011000110010110111001111000110110110101 | e78db8e78cbee7ae9de7b196e78db5 |
UHC | 獸猾箝?獵 | 111000101010111011111100110000101100110011000100001111111101011010110100 | e2aefcc2ccc43fd6b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)