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 | Þ±Äó | 11011110101100011100010011110011 | deb1c4f3 |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | Þ±Äó | 1000111110101001101100001010000111011110100011111010101010100011100011111010101111010001 | 8fa9b0a1de8faaa38fabd1 |
UTF-8 | Þ±Äó | 1100001110011110110000101011000111000011100001001100001110110011 | c39ec2b1c384c3b3 |
UHC | Þ±?? | 101010001010110110100001101111100011111100111111 | a8ada1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)