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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | コ螢韋 | 11110010101010111011101011100101101000111110100011101000 | f2abbae5a3e8e8 |
EUC-JP | ?コ螢韋 | 00111111100011101011101011101010101001011111000011101010 | 3f8ebaeaa5f0ea |
UTF-8 | コ螢韋 | 111011101000011110100010111011111011110110111010111010001001111010100010111010011001111110001011 | ee87a2efbdbae89ea2e99f8b |
UHC | ??螢韋 | 001111110011111111111011101010111110101011011111 | 3f3ffbabeadf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)