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 | 議??? | 1000101101100011001111110011111100111111 | 8b633f3f3f |
EUC-JP | 議??? | 1011010111000100001111110011111100111111 | b5c43f3f3f |
UTF-8 | 議편렍렓 | 111010001010110110110000111011011000111010111000111010111010000010001101111010111010000010010011 | e8adb0ed8eb8eba08deba093 |
UHC | 議편렍렓 | 1110110010100001110001101110110110001110101000111000111010101000 | eca1c6ed8ea38ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)