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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 疇稙疇豎B | 111000010110010111100010011001011110000101100101111001101011000101000010 | e165e265e165e6b142 |
EUC-JP | 疇稙疇豎B | 111000011100011011100011110001101110000111000110111011001011001101000010 | e1c6e3c6e1c6ecb342 |
UTF-8 | 疇稙疇豎B | 11100111100101101000011111100111101010001001100111100111100101101000011111101000101100011000111001000010 | e79687e7a899e79687e8b18e42 |
UHC | 疇稙疇?B | 1111000111000010111100101100001011110001110000100011111101000010 | f1c2f2c2f1c23f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)