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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 蛟ュ竊舌屋^ | 11100101100000001010110111100010100001101001000011100011100010011010111001011110 | e580ade28690e389ae5e |
EUC-JP | 蛟ュ竊舌屋^ | 1110100111100000100011101010110111100011111001101100000011100101101100101011000001011110 | e9e08eade3e6c0e5b2b05e |
UTF-8 | 蛟ュ竊舌屋^ | 11101000100110111001111111101111101111011010110111100111101010111000101011101000100010001000110011100101101100011000101101011110 | e89b9fefbdade7ab8ae8888ce5b18b5e |
UHC | 蛟?竊舌屋^ | 11001110111100010011111111101111101111001110000011011111111010001010100101011110 | cef13fefbce0dfe8a95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)