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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 迥「逞ー辷シ | 111001111000101010100010111001111001011110110000111001111000100010111100 | e78aa2e797b0e788bc |
EUC-JP | 迥「逞ー辷シ | 111011011110101010001110101000101110110111110111100011101011000011101101111010001000111010111100 | edea8ea2edf78eb0ede88ebc |
UTF-8 | 迥「逞ー辷シ | 111010001011111110100101111011111011110110100010111010011000000010011110111011111011110110110000111010001011111010110111111011111011110110111100 | e8bfa5efbda2e9809eefbdb0e8beb7efbdbc |
UHC | ??逞??? | 00111111001111111101011011000001001111110011111100111111 | 3f3fd6c13f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)