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 | 硝聿 | 100011111100100111100011111001001111001111101100 | 8fc9e3e4f3ec |
EUC-JP | 硝聿? | 1011111011001011111001101110011000111111 | becbe6e63f |
UTF-8 | 硝聿 | 111001111010000110011101111010001000000110111111111011101000101110011111 | e7a19de881bfee8b9f |
UHC | 硝聿? | 1111010110100110111010111101001100111111 | f5a6ebd33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)