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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蛟溯サ蛙 | 11100101100000001001111111101000101110111000101001011110 | e5809fe8bb8a5e |
EUC-JP | 蛟溯サ蛙 | 1110100111100000110111101110101010001110101110111011001110111111 | e9e0deea8ebbb3bf |
UTF-8 | 蛟溯サ蛙 | 111010001001101110011111111001101011101010101111111011111011110110111011111010001001101110011001 | e89b9fe6baafefbdbbe89b99 |
UHC | 蛟溯?蛙 | 11001110111100011110000110111101001111111110100011000011 | cef1e1bd3fe8c3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)