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 | 汯\ | 11100110101100011010111101011100 | e6b1af5c |
SJIS-WIN | ?±?\ | 0011111110000001011111010011111101011100 | 3f817d3f5c |
EUC-JP | 汯\ | 100011111010100111000001101000011101111010001111101000101011010001011100 | 8fa9c1a1de8fa2b45c |
UTF-8 | 汯\ | 11000011101001101100001010110001110000101010111101011100 | c3a6c2b1c2af5c |
UHC | æ±?\ | 101010011010000110100001101111100011111101011100 | a9a1a1be3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)