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 | 驍よュ逞 | 1110100110000010100000101110011010000011100001011110011110010111 | e98282e68385e797 |
EUC-JP | 驍よュ逞 | 1111000111100010101001001110100010100101111001011110110111110111 | f1e2a4e8a5e5edf7 |
UTF-8 | 驍よュ逞 | 111010011010100110001101111000111000001010001000111000111000001110100101111010011000000010011110 | e9a98de38288e383a5e9809e |
UHC | 驍よュ逞 | 1111110110100100101010101110100010101011111001011101011011000001 | fda4aae8abe5d6c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)