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 | 犲倏琺璢 | 1110000010111010111000001100010111100000111010011110000011100011 | e0bae0c5e0e9e0e3 |
EUC-JP | 犲倏琺璢 | 1110000010111100111000001100011111100000111010111110000011100101 | e0bce0c7e0ebe0e5 |
UTF-8 | 犲倏琺璢 | 111001111000101010110010111001011000000010001111111001111001000010111010111001111001001010100010 | e78ab2e5808fe790bae792a2 |
UHC | ??琺? | 0011111100111111110110111111011100111111 | 3f3fdbf73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)