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 | コ螢鈕 | 11110000111111001011101011100101101000111110011111100100 | f0fcbae5a3e7e4 |
EUC-JP | ?コ螢鈕 | 00111111100011101011101011101010101001011110111011100110 | 3f8ebaeaa5eee6 |
UTF-8 | コ螢鈕 | 111011101000001010111011111011111011110110111010111010001001111010100010111010011000100010010101 | ee82bbefbdbae89ea2e98895 |
UHC | ??螢? | 0011111100111111111110111010101100111111 | 3f3ffbab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)