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 | 泄舌泄 | 100111111001010110010000111000111001111110010101 | 9f9590e39f95 |
EUC-JP | 泄舌泄 | 110111011111010111000000111001011101110111110101 | ddf5c0e5ddf5 |
UTF-8 | 泄舌泄 | 111001101011001110000100111010001000100010001100111001101011001110000100 | e6b384e8888ce6b384 |
UHC | 泄舌泄 | 111000001101110011100000110111111110000011011100 | e0dce0dfe0dc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)