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 | 畯麥?? | 111110110110111111101010011011010011111100111111 | fb6fea6d3f3f |
EUC-JP | 畯麥?? | 10001111110011011011101111110011110011100011111100111111 | 8fcdbbf3ce3f3f |
UTF-8 | 畯麥렱렟 | 111001111001010110101111111010011011101010100101111010111010000010110001111010111010000010011111 | e795afe9baa5eba0b1eba09f |
UHC | 畯麥렱렟 | 1111000111100001110110001110101010001110101111101000111010110000 | f1e1d8ea8ebe8eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)