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 | 11100100101110111000001011101101100011110100110001010110 | e4bb82ed8f4c56 |
EUC-JP | 莉わ臭V | 11101000101111011010010011101111101111011010110101010110 | e8bda4efbdad56 |
UTF-8 | 莉わ臭V | 11101000100011101000100111100011100000101000111111101000100001111010110101010110 | e88e89e3828fe887ad56 |
UHC | 莉わ臭V | 11010111111010011010101011101111111101101010101101010110 | d7e9aaeff6ab56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)