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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 旭?窪ⅶ | 10001000101011100011111110001100010001011111101001000110 | 88ae3f8c45fa46 |
EUC-JP | 旭?窪? | 101100001011000000111111101101111010011000111111 | b0b03fb7a63f |
UTF-8 | 旭렔窪ⅶ | 111001101001011110101101111010111010000010010100111001111010101010101010111000101000010110110110 | e697adeba094e7aaaae285b6 |
UHC | 旭렔窪ⅶ | 1110100111101111100011101010100111101000110000011010010110100111 | e9ef8ea9e8c1a5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)