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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 瞎ワフ | 11100001110100001101110011001100 | e1d0dccc |
EUC-JP | 瞎ワフ | 111000101101001010001110110111001000111011001100 | e2d28edc8ecc |
UTF-8 | 瞎ワフ | 111001111001111010001110111011111011111010011100111011111011111010001100 | e79e8eefbe9cefbe8c |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)