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 | 啼?海 | 1001101001100101001111111000101001000011 | 9a653f8a43 |
EUC-JP | 啼?海 | 1101001111000110001111111011001110100100 | d3c63fb3a4 |
UTF-8 | 啼렮海 | 111001011001010110111100111010111010000010101110111001101011010110110111 | e595bceba0aee6b5b7 |
UHC | 啼렮海 | 111100001010011010001110101110111111101010101101 | f0a68ebbfaad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)