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 | 乙?孔 | 1000100110110011001111111000110101000101 | 89b33f8d45 |
EUC-JP | 乙?孔 | 1011001010110101001111111011100110100110 | b2b53fb9a6 |
UTF-8 | 乙얌孔 | 111001001011100110011001111011001001011010001100111001011010110110010100 | e4b999ec968ce5ad94 |
UHC | 乙얌孔 | 111010111110000010111110111001001100110111101110 | ebe0bee4cdee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)