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 | ツ塑ツ楯 | 110000101001000101011001110000101000111101111100 | c29159c28f7c |
EUC-JP | ツ塑ツ楯 | 1000111011000010110000011011101010001110110000101011110111011101 | 8ec2c1ba8ec2bddd |
UTF-8 | ツ塑ツ楯 | 111011111011111010000010111001011010000110010001111011111011111010000010111001101010010110101111 | efbe82e5a191efbe82e6a5af |
UHC | ?塑?楯 | 001111111110000110110001001111111110001011100100 | 3fe1b13fe2e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)