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 | 迹、逞派 | 11100111100100011010010011100111100101111001010001101000 | e791a4e7979468 |
EUC-JP | 迹、逞派 | 1110110111110001100011101010010011101101111101111100011111001001 | edf18ea4edf7c7c9 |
UTF-8 | 迹、逞派 | 111010001011111110111001111011111011110110100100111010011000000010011110111001101011010010111110 | e8bfb9efbda4e9809ee6b4be |
UHC | 迹?逞派 | 11101110111010010011111111010110110000011111011111101111 | eee93fd6c1f7ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)