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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 犖獸犒犖 | 1110000010110110111000001101011111100000101101011110000010110110 | e0b6e0d7e0b5e0b6 |
EUC-JP | 犖獸犒犖 | 1110000010111000111000001101100111100000101101111110000010111000 | e0b8e0d9e0b7e0b8 |
UTF-8 | 犖獸犒犖 | 111001111000101010010110111001111000110110111000111001111000101010010010111001111000101010010110 | e78a96e78db8e78a92e78a96 |
UHC | ?獸?? | 0011111111100010101011100011111100111111 | 3fe2ae3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)