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 | ????RE | 001111110011111100111111001111110101001001000101 | 3f3f3f3f5245 |
SJIS-WIN | 議?莊?RE | 1000101101100011001111111110010010110101001111110101001001000101 | 8b633fe4b53f5245 |
EUC-JP | 議?莊?RE | 1011010111000100001111111110100010110111001111110101001001000101 | b5c43fe8b73f5245 |
UTF-8 | 議렣莊렱RE | 1110100010101101101100001110101110100000101000111110100010001110100010101110101110100000101100010101001001000101 | e8adb0eba0a3e88e8aeba0b15245 |
UHC | 議렣莊렱RE | 11101100101000011000111010110100111011011111011010001110101111100101001001000101 | eca18eb4edf68ebe5245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)