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 | 泄泄惺僊 | 1001111110010101100111111001010110011100101101111001100101000001 | 9f959f959cb79941 |
EUC-JP | 泄泄惺僊 | 1101110111110101110111011111010111011000101110011101000110100010 | ddf5ddf5d8b9d1a2 |
UTF-8 | 泄泄惺僊 | 111001101011001110000100111001101011001110000100111001101000001110111010111001011000001110001010 | e6b384e6b384e683bae5838a |
UHC | 泄泄惺僊 | 1110000011011100111000001101110011100000111101101110000010111010 | e0dce0dce0f6e0ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)