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 | 邪糘蔆杓 | 10001110110101111110001011110010111100101111100011100100110011111000111011011011 | 8ed7e2f2f2f8e4cf8edb |
EUC-JP | 邪糘?蔆杓 | 101111001101100111100100111101000011111111101000110100011011110011011101 | bcd9e4f43fe8d1bcdd |
UTF-8 | 邪糘蔆杓 | 111010011000001010101010111001111011001110011000111011101000100010101111111010001001010010000110111001101001110110010011 | e982aae7b398ee88afe89486e69d93 |
UHC | 邪???杓 | 11011110111101110011111100111111001111111111100011110101 | def73f3f3ff8f5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)