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 | 11100111101111111010100111100111100101011010011101000010 | e7bfa9e795a742 |
EUC-JP | 鄙ゥ逡ァB | 111011101100000110001110101010011110110111110101100011101010011101000010 | eec18ea9edf58ea742 |
UTF-8 | 鄙ゥ逡ァB | 11101001100001001001100111101111101111011010100111101001100000001010000111101111101111011010011101000010 | e98499efbda9e980a1efbda742 |
UHC | 鄙?逡?B | 11011110101010010011111111110001111001000011111101000010 | dea93ff1e43f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)