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 | 獸猴珈 | 111000001101011111100000110010111110000011011011 | e0d7e0cbe0db |
EUC-JP | 獸猴珈 | 111000001101100111100000110011011110000011011101 | e0d9e0cde0dd |
UTF-8 | 獸猴珈 | 111001111000110110111000111001111000110010110100111001111000111110001000 | e78db8e78cb4e78f88 |
UHC | 獸?? | 11100010101011100011111100111111 | e2ae3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)