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 | òâÄä | 111100101110001010001110110001001000111111100100 | f2e28ec48fe4 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | òâ?Ä?ä | 1000111110101011110100101000111110101011101001000011111110001111101010101010001100111111100011111010101110100011 | 8fabd28faba43f8faaa33f8faba3 |
UTF-8 | òâÄä | 110000111011001011000011101000101100001010001110110000111000010011000010100011111100001110100100 | c3b2c3a2c28ec384c28fc3a4 |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)