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 | 鈑滔「檳 | 11100111111001011001111111101011101000101001111101000110 | e7e59feba29f46 |
EUC-JP | 鈑滔「檳 | 1110111011100111110111101110110110001110101000101101110110100111 | eee7deed8ea2dda7 |
UTF-8 | 鈑滔「檳 | 111010011000100010010001111001101011101110010100111011111011110110100010111001101010101010110011 | e98891e6bb94efbda2e6aab3 |
UHC | 鈑滔?檳 | 11110111111111101101010010100101001111111101111010110001 | f7fed4a53fdeb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)