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 | 11100110101110011001110011100111100101101011111001010110 | e6b99ce796be56 |
EUC-JP | 貉懃明V | 11101100101110111101100011101001110011001100000001010110 | ecbbd8e9ccc056 |
UTF-8 | 貉懃明V | 11101000101100101000100111100110100001111000001111100110100110001000111001010110 | e8b289e68783e6988e56 |
UHC | ?懃明V | 001111111101000011000100110110011010010101010110 | 3fd0c4d9a556 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)