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 | 讌罷。壌。 | 1110011010100101100101001110101110100001100011111110101110100001 | e6a594eba18feba1 |
EUC-JP | 讌罷。壌。 | 11101100101001111100100011101101100011101010000110111110111011011000111010100001 | eca7c8ed8ea1beed8ea1 |
UTF-8 | 讌罷。壌。 | 111010001010111010001100111001111011110110110111111011111011110110100001111001011010001110001100111011111011110110100001 | e8ae8ce7bdb7efbda1e5a38cefbda1 |
UHC | ?罷??? | 001111111111011111110011001111110011111100111111 | 3ff7f33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)