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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迹咏拠辷ー | 111001111001000110011001111001111000101110010010111001111000100010110000 | e79199e78b92e788b0 |
EUC-JP | 迹咏拠辷ー | 11101101111100011101001011101001101101011111001011101101111010001000111010110000 | edf1d2e9b5f2ede88eb0 |
UTF-8 | 迹咏拠辷ー | 111010001011111110111001111001011001001010001111111001101000101110100000111010001011111010110111111011111011110110110000 | e8bfb9e5928fe68ba0e8beb7efbdb0 |
UHC | 迹???? | 111011101110100100111111001111110011111100111111 | eee93f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)