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 | 汯糯 | 111001101011000110101111111001111011001110101111 | e6b1afe7b3af |
SJIS-WIN | ?±???? | 00111111100000010111110100111111001111110011111100111111 | 3f817d3f3f3f3f |
EUC-JP | 汯� | 100011111010100111000001101000011101111010001111101000101011010010001111101010111010111000111111100011111010001010110100 | 8fa9c1a1de8fa2b48fabae3f8fa2b4 |
UTF-8 | 汯糯 | 110000111010011011000010101100011100001010101111110000111010011111000010101100111100001010101111 | c3a6c2b1c2afc3a7c2b3c2af |
UHC | æ±??³? | 101010011010000110100001101111100011111100111111101010011111100000111111 | a9a1a1be3f3fa9f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)