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 | 譎冗丿 | 111001101001100110001111111001111001100010100110 | e6998fe798a6 |
EUC-JP | 譎冗丿 | 111010111111100110111110111010011101000010101000 | ebf9bee9d0a8 |
UTF-8 | 譎冗丿 | 111010001010110110001110111001011000011010010111111001001011100010111111 | e8ad8ee58697e4b8bf |
UHC | 譎冗? | 1111110111010010111010011011011100111111 | fdd2e9b73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)