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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 梯?畯麥? | 1001001011110010001111111111101101101111111010100110110100111111 | 92f23ffb6fea6d3f |
EUC-JP | 梯?畯麥? | 110001001111010000111111100011111100110110111011111100111100111000111111 | c4f43f8fcdbbf3ce3f |
UTF-8 | 梯렟畯麥롚 | 111001101010001010101111111010111010000010011111111001111001010110101111111010011011101010100101111010111010000110011010 | e6a2afeba09fe795afe9baa5eba19a |
UHC | 梯렟畯麥롚 | 11110000101011001000111010110000111100011110000111011000111010101000111011011110 | f0ac8eb0f1e1d8ea8ede |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)