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 | ã±òµ | 11100011101100011111001010110101 | e3b1f2b5 |
SJIS-WIN | ?±?? | 0011111110000001011111010011111100111111 | 3f817d3f3f |
EUC-JP | ã±ò? | 100011111010101110101010101000011101111010001111101010111101001000111111 | 8fabaaa1de8fabd23f |
UTF-8 | ã±òµ | 1100001110100011110000101011000111000011101100101100001010110101 | c3a3c2b1c3b2c2b5 |
UHC | ?±?? | 0011111110100001101111100011111100111111 | 3fa1be3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)