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 | Þ©ø | 11011110101010011111100010101101 | dea9f8ad |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | Þ©ø? | 10001111101010011011000010001111101000101110110110001111101010011100110000111111 | 8fa9b08fa2ed8fa9cc3f |
UTF-8 | Þ©ø | 1100001110011110110000101010100111000011101110001100001010101101 | c39ec2a9c3b8c2ad |
UHC | Þ?ø | 10101000101011010011111110101001101010101010000110101001 | a8ad3fa9aaa1a9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)