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 | ??V | 001111110011111101010110 | 3f3f56 |
SJIS-WIN | 箱小V | 1001010010100000100011111010110001010110 | 94a08fac56 |
EUC-JP | 箱小V | 1100100010100010101111101010111001010110 | c8a2beae56 |
UTF-8 | 箱小V | 11100111101011101011000111100101101100001000111101010110 | e7aeb1e5b08f56 |
UHC | 箱小V | 1101111111010101111000011011001101010110 | dfd5e1b356 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)