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 | ツ孩ツ耕 | 110000101001101101110111110000101000110101101011 | c29b77c28d6b |
EUC-JP | ツ孩ツ耕 | 1000111011000010110101011101100010001110110000101011100111001100 | 8ec2d5d88ec2b9cc |
UTF-8 | ツ孩ツ耕 | 111011111011111010000010111001011010110110101001111011111011111010000010111010001000000010010101 | efbe82e5ada9efbe82e88095 |
UHC | ?孩?耕 | 001111111111101010101001001111111100110011101001 | 3ffaa93fcce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)