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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 貔育」∵゙ | 1110011010111110100010001110011110100011100000011110011011011110 | e6be88e7a381e6de |
EUC-JP | 貔育」∵゙ | 11101100110000001011000011101001100011101010001110100010111010001000111011011110 | ecc0b0e98ea3a2e88ede |
UTF-8 | 貔育」∵゙ | 111010001011001010010100111010001000001010110010111011111011110110100011111000101000100010110101111011111011111010011110 | e8b294e882b2efbda3e288b5efbe9e |
UHC | ?育?∵? | 00111111111010111100000000111111101000011111000100111111 | 3febc03fa1f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)