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 | 犖獸猊犖 | 1110000010110110111000001101011111100000110001111110000010110110 | e0b6e0d7e0c7e0b6 |
EUC-JP | 犖獸猊犖 | 1110000010111000111000001101100111100000110010011110000010111000 | e0b8e0d9e0c9e0b8 |
UTF-8 | 犖獸猊犖 | 111001111000101010010110111001111000110110111000111001111000110010001010111001111000101010010110 | e78a96e78db8e78c8ae78a96 |
UHC | ?獸猊? | 001111111110001010101110111001111101100100111111 | 3fe2aee7d93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)