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 | 瞋ワフ | 11100001110100011101110011001100 | e1d1dccc |
EUC-JP | 瞋ワフ | 111000101101001110001110110111001000111011001100 | e2d38edc8ecc |
UTF-8 | 瞋ワフ | 111001111001111010001011111011111011111010011100111011111011111010001100 | e79e8befbe9cefbe8c |
UHC | 瞋?? | 11110010110110010011111100111111 | f2d93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)