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 | 荏絅?? | 100010010110000011100011010001000011111100111111 | 8960e3443f3f |
EUC-JP | 荏絅?? | 101100011100000111100101101001010011111100111111 | b1c1e5a53f3f |
UTF-8 | 荏絅칡梨 | 111010001000110110001111111001111011010110000101111011001011100110100001111011111010011110100010 | e88d8fe7b585ecb9a1efa7a2 |
UHC | 荏絅칡梨 | 1110110011111011110011001110011111000100101001101110110010110001 | ecfbcce7c4a6ecb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)