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 | コ螢鈑 | 11110001111111001011101011100101101000111110011111100101 | f1fcbae5a3e7e5 |
EUC-JP | ?コ螢鈑 | 00111111100011101011101011101010101001011110111011100111 | 3f8ebaeaa5eee7 |
UTF-8 | コ螢鈑 | 111011101000010110110111111011111011110110111010111010001001111010100010111010011000100010010001 | ee85b7efbdbae89ea2e98891 |
UHC | ??螢鈑 | 001111110011111111111011101010111111011111111110 | 3f3ffbabf7fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)