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 | 篶荼ェャ | 111000101100110011100100101101101010101010101100 | e2cce4b6aaac |
EUC-JP | 篶荼ェャ | 1110010011001110111010001011100010001110101010101000111010101100 | e4cee8b88eaa8eac |
UTF-8 | 篶荼ェャ | 111001111010111110110110111010001000110110111100111011111011110110101010111011111011110110101100 | e7afb6e88dbcefbdaaefbdac |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)