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 | 犖璢琅 | 111000001011011011100000111000111110000011100100 | e0b6e0e3e0e4 |
EUC-JP | 犖璢琅 | 111000001011100011100000111001011110000011100110 | e0b8e0e5e0e6 |
UTF-8 | 犖璢琅 | 111001111000101010010110111001111001001010100010111001111001000010000101 | e78a96e792a2e79085 |
UHC | ??琅 | 00111111001111111101010111001010 | 3f3fd5ca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)