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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 耡\ | 1111001011110000111000111101001001011100 | f2f0e3d25c |
EUC-JP | ?耡\ | 00111111111001101101010001011100 | 3fe6d45c |
UTF-8 | 耡\ | 11101110100010001010011111101000100000001010000101011100 | ee88a7e880a15c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)