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 | 汤è | 11100110101100011010010011101000 | e6b1a4e8 |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | 汤è | 1000111110101001110000011010000111011110100011111010001011110000100011111010101110110010 | 8fa9c1a1de8fa2f08fabb2 |
UTF-8 | 汤è | 1100001110100110110000101011000111000010101001001100001110101000 | c3a6c2b1c2a4c3a8 |
UHC | 汤? | 10101001101000011010000110111110101000101011010000111111 | a9a1a1bea2b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)