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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 洩多泄 | 100010010110101110010001101111011001111110010101 | 896b91bd9f95 |
EUC-JP | 洩多泄 | 101100011100110011000010101111111101110111110101 | b1ccc2bfddf5 |
UTF-8 | 洩多泄 | 111001101011010010101001111001011010010010011010111001101011001110000100 | e6b4a9e5a49ae6b384 |
UHC | 洩多泄 | 111000001101110111010010111111011110000011011100 | e0ddd2fde0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)