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 | 鞦幢スコ霑 | 1110100011100001100110111110111110111101101110101110100010111111 | e8e19befbdbae8bf |
EUC-JP | 鞦幢スコ霑 | 11110000111000111101011011110001100011101011110110001110101110101111000011000001 | f0e3d6f18ebd8ebaf0c1 |
UTF-8 | 鞦幢スコ霑 | 111010011001111010100110111001011011100110100010111011111011110110111101111011111011110110111010111010011001110010010001 | e99ea6e5b9a2efbdbdefbdbae99c91 |
UHC | ?幢??霑 | 00111111110100111101001100111111001111111110111111000101 | 3fd3d33f3fefc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)