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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 借車璽蛇B | 1000111011011000100011101101010010001110101000111111000011011011100011101101011001000010 | 8ed88ed48ea3f0db8ed642 |
EUC-JP | 借車璽?蛇B | 10111100110110101011110011010110101111001010010100111111101111001101100001000010 | bcdabcd6bca53fbcd842 |
UTF-8 | 借車璽蛇B | 11100101100000001001111111101000101110111000101011100111100100101011110111101110100000101001101011101000100110111000011101000010 | e5809fe8bb8ae792bdee829ae89b8742 |
UHC | 借車璽?蛇B | 11110011101010001111001110110011110111111101111000111111110111101110111101000010 | f3a8f3b3dfde3fdeef42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)