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 | 11100101100000001010011111100101100000001010011101000010 | e580a7e580a742 |
EUC-JP | 蛟ァ蛟ァB | 111010011110000010001110101001111110100111100000100011101010011101000010 | e9e08ea7e9e08ea742 |
UTF-8 | 蛟ァ蛟ァB | 11101000100110111001111111101111101111011010011111101000100110111001111111101111101111011010011101000010 | e89b9fefbda7e89b9fefbda742 |
UHC | 蛟?蛟?B | 11001110111100010011111111001110111100010011111101000010 | cef13fcef13f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)