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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 棕螢棕螢^ | 100111101010000111100101101000111001111010100001111001011010001101011110 | 9ea1e5a39ea1e5a35e |
EUC-JP | 棕螢棕螢^ | 110111001010001111101010101001011101110010100011111010101010010101011110 | dca3eaa5dca3eaa55e |
UTF-8 | 棕螢棕螢^ | 11100110101000111001010111101000100111101010001011100110101000111001010111101000100111101010001001011110 | e6a395e89ea2e6a395e89ea25e |
UHC | 棕螢棕螢^ | 111100001111011111111011101010111111000011110111111110111010101101011110 | f0f7fbabf0f7fbab5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)