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 | 1110001010111010111000011101000001101111 | e2bae1d06f |
EUC-JP | 篌瞎o | 1110010010111100111000101101001001101111 | e4bce2d26f |
UTF-8 | 篌瞎o | 11100111101011111000110011100111100111101000111001101111 | e7af8ce79e8e6f |
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)