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 | 1110010101010000111000001100000101101111 | e550e0c16f |
EUC-JP | 蕷狠o | 1110100110110001111000001100001101101111 | e9b1e0c36f |
UTF-8 | 蕷狠o | 11101000100101011011011111100111100010111010000001101111 | e895b7e78ba06f |
UHC | ??o | 001111110011111101101111 | 3f3f6f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)