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 | 縡?莊?淫 | 1110001101110001001111111110010010110101001111111000100011111010 | e3713fe4b53f88fa |
EUC-JP | 縡?莊?淫 | 1110010111010010001111111110100010110111001111111011000011111100 | e5d23fe8b73fb0fc |
UTF-8 | 縡렭莊렱淫 | 111001111011100010100001111010111010000010101101111010001000111010001010111010111010000010110001111001101011011110101011 | e7b8a1eba0ade88e8aeba0b1e6b7ab |
UHC | 縡렭莊렱淫 | 11101110101011011000111010111010111011011111011010001110101111101110101111100010 | eead8ebaedf68ebeebe2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)