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 | 霍問悪謔 | 1110100010110111100101101110001010001000101010111110011010000010 | e8b796e288abe682 |
EUC-JP | 霍問悪謔 | 1111000010111001110011001110010010110000101011011110101111100010 | f0b9cce4b0adebe2 |
UTF-8 | 霍問悪謔 | 111010011001110010001101111001011001010110001111111001101000001010101010111010001010110010010100 | e99c8de5958fe682aae8ac94 |
UHC | ?問?謔 | 001111111101100111111101001111111111100111001100 | 3fd9fd3ff9cc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)