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 | 霍幢スセ霑 | 1110100010110111100110111110111110111101101111101110100010111111 | e8b79befbdbee8bf |
EUC-JP | 霍幢スセ霑 | 11110000101110011101011011110001100011101011110110001110101111101111000011000001 | f0b9d6f18ebd8ebef0c1 |
UTF-8 | 霍幢スセ霑 | 111010011001110010001101111001011011100110100010111011111011110110111101111011111011110110111110111010011001110010010001 | e99c8de5b9a2efbdbdefbdbee99c91 |
UHC | ?幢??霑 | 00111111110100111101001100111111001111111110111111000101 | 3fd3d33f3fefc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)