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 | 霍問悪裄 | 1110100010110111100101101110001010001000101010111110010111100000 | e8b796e288abe5e0 |
EUC-JP | 霍問悪裄 | 1111000010111001110011001110010010110000101011011110101011100010 | f0b9cce4b0adeae2 |
UTF-8 | 霍問悪裄 | 111010011001110010001101111001011001010110001111111001101000001010101010111010001010001110000100 | e99c8de5958fe682aae8a384 |
UHC | ?問?? | 0011111111011001111111010011111100111111 | 3fd9fd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)