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 | 薰俸箕 | 111110111001111010010101111011101001011010100101 | fb9e95ee96a5 |
EUC-JP | ?俸箕 | 0011111111001010111100001100110010100111 | 3fcaf0cca7 |
UTF-8 | 薰俸箕 | 111010001001011010110000111001001011111110111000111001111010111010010101 | e896b0e4bfb8e7ae95 |
UHC | 薰俸箕 | 111111011011100111011100111001001101000110111001 | fdb9dce4d1b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)