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 | 諢ソ繽畷幅 | 111001101000010010111111111000111000111110010011111010111001010110011101 | e684bfe38f93eb959d |
EUC-JP | 諢ソ繽畷幅 | 11101011111001001000111010111111111001011110111111000110111011011100100111111101 | ebe48ebfe5efc6edc9fd |
UTF-8 | 諢ソ繽畷幅 | 111010001010101110100010111011111011110110111111111001111011100110111101111001111001010110110111111001011011100110000101 | e8aba2efbdbfe7b9bde795b7e5b985 |
UHC | ????幅 | 001111110011111100111111001111111111100011101011 | 3f3f3f3ff8eb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)