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 | 幼??愈 | 100101110110001100111111001111111001011011111010 | 97633f3f96fa |
EUC-JP | 幼??愈 | 110011011100010000111111001111111100110011111100 | cdc43f3fccfc |
UTF-8 | 幼됯턄愈 | 111001011011100110111100111010111001000010101111111011011000010010000100111001101000010010001000 | e5b9bceb90afed8484e68488 |
UHC | 幼됯턄愈 | 1110101011101010100010011110101010110101101000001110101011101111 | eaea89eab5a0eaef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)