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 | 貔育」。 | 11100110101111101000100011100111101000111000000101000010 | e6be88e7a38142 |
EUC-JP | 貔育」。 | 1110110011000000101100001110100110001110101000111010000110100011 | ecc0b0e98ea3a1a3 |
UTF-8 | 貔育」。 | 111010001011001010010100111010001000001010110010111011111011110110100011111000111000000010000010 | e8b294e882b2efbda3e38082 |
UHC | ?育?。 | 001111111110101111000000001111111010000110100011 | 3febc03fa1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)