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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 淅??淅?? | 1001111111000110001111110011111110011111110001100011111100111111 | 9fc63f3f9fc63f3f |
EUC-JP | 淅??淅?? | 1101111011001000001111110011111111011110110010000011111100111111 | dec83f3fdec83f3f |
UTF-8 | 淅롛롌淅롛롌 | 111001101011011110000101111010111010000110011011111010111010000110001100111001101011011110000101111010111010000110011011111010111010000110001100 | e6b785eba19beba18ce6b785eba19beba18c |
UHC | 淅롛롌淅롛롌 | 111000001011001010001110110111111000111011010010111000001011001010001110110111111000111011010010 | e0b28edf8ed2e0b28edf8ed2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)