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 | ??S? | 00111111001111110101001100111111 | 3f3f533f |
SJIS-WIN | 灌溏S湫 | 10011111111100111001111111101101010100111001111111010101 | 9ff39fed539fd5 |
EUC-JP | 灌溏S湫 | 11011110111101011101111011101111010100111101111011010111 | def5deef53ded7 |
UTF-8 | 灌溏S湫 | 11100111100000011000110011100110101110101000111101010011111001101011100110101011 | e7818ce6ba8f53e6b9ab |
UHC | 灌?S湫 | 110011101011010000111111010100111111010111010011 | ceb43f53f5d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)