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 | Þ×θ | 11011110110101111100111010111000 | ded7ceb8 |
SJIS-WIN | ?×?? | 0011111110000001011111100011111100111111 | 3f817e3f3f |
EUC-JP | Þ×θ | 1000111110101001101100001010000111011111100011111010101011000010100011111010001010110001 | 8fa9b0a1df8faac28fa2b1 |
UTF-8 | Þ×θ | 1100001110011110110000111001011111000011100011101100001010111000 | c39ec397c38ec2b8 |
UHC | Þ×?¸ | 10101000101011011010000110111111001111111010001010101100 | a8ada1bf3fa2ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)