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 | 北蓉啖 | 100101100110101110010111011101011001101001010110 | 966b97759a56 |
EUC-JP | 北蓉啖 | 110010111100110011001101110101101101001110110111 | cbcccdd6d3b7 |
UTF-8 | 北蓉啖 | 111001011000110010010111111010001001001110001001111001011001010110010110 | e58c97e89389e59596 |
UHC | 北蓉啖 | 110111011100000111101001110010001101001110111010 | ddc1e9c8d3ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)