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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 襍ヲ辷セ驪顛 | 11101000101101011010011011100111100010001011111011101001100010111001001101011110 | e8b5a6e788bee98b935e |
EUC-JP | 襍ヲ辷セ驪顛 | 111100001011011110001110101001101110110111101000100011101011111011110001111010111100010110111111 | f0b78ea6ede88ebef1ebc5bf |
UTF-8 | 襍ヲ辷セ驪顛 | 111010001010010110001101111011111011110110100110111010001011111010110111111011111011110110111110111010011010100110101010111010011010000110011011 | e8a58defbda6e8beb7efbdbee9a9aae9a19b |
UHC | ????驪? | 00111111001111110011111100111111110101011111000100111111 | 3f3f3f3fd5f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)