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 | 淅?? | 10011111110001100011111100111111 | 9fc63f3f |
EUC-JP | 淅?? | 11011110110010000011111100111111 | dec83f3f |
UTF-8 | 淅렱렭 | 111001101011011110000101111010111010000010110001111010111010000010101101 | e6b785eba0b1eba0ad |
UHC | 淅렱렭 | 111000001011001010001110101111101000111010111010 | e0b28ebe8eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)