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 | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-WIN | 小跣o | 1000111110101100111001101110111101101111 | 8face6ef6f |
EUC-JP | 小跣o | 1011111010101110111011001111000101101111 | beaeecf16f |
UTF-8 | 小跣o | 11100101101100001000111111101000101101111010001101101111 | e5b08fe8b7a36f |
UHC | 小跣o | 1110000110110011111000001101001101101111 | e1b3e0d36f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)