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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鵫賣鼾豐ネ闕 | 1111110001001000111001101100110011101010100011011110011010110010110010001110100010001101 | fc48e6ccea8de6b2c8e88d |
EUC-JP | 鵫賣鼾豐ネ闕 | 10001111111010111111101011101100110011101111001111101101111011001011010010001110110010001110111111101101 | 8febfaeccef3edecb48ec8efed |
UTF-8 | 鵫賣鼾豐ネ闕 | 111010011011010110101011111010001011001110100011111010011011110010111110111010001011000110010000111011111011111010001000111010011001011110010101 | e9b5abe8b3a3e9bcbee8b190efbe88e99795 |
UHC | ?賣???闕 | 0011111111011000111000110011111100111111001111111100111111110100 | 3fd8e33f3f3fcff4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)