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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 逾ュ貎倥┥^ | 11100111101001011010110111100110101111011001100011100011100001001011110001011110 | e7a5ade6bd98e384bc5e |
EUC-JP | 逾ュ貎倥┥^ | 1110111010100111100011101010110111101100101111111101000011100101101010001011111001011110 | eea78eadecbfd0e5a8be5e |
UTF-8 | 逾ュ貎倥┥^ | 11101001100000001011111011101111101111011010110111101000101100101000111011100101100000001010010111100010100101001010010101011110 | e980beefbdade8b28ee580a5e294a55e |
UHC | 逾???┥^ | 1110101110110101001111110011111100111111101001101011111001011110 | ebb53f3f3fa6be5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)