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 | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 襭笈唇V | 11100110010000101000101110001000100100000100111101010110 | e6428b88904f56 |
EUC-JP | 襭笈唇V | 11101011101000111011010111101000101111111011000001010110 | eba3b5e8bfb056 |
UTF-8 | 襭笈唇V | 11101000101001011010110111100111101011001000100011100101100101001000011101010110 | e8a5ade7ac88e5948756 |
UHC | ??唇V | 0011111100111111111100101100011001010110 | 3f3ff2c656 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)