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 | 貔育」/ | 11100110101111101000100011100111101000111000000101011110 | e6be88e7a3815e |
EUC-JP | 貔育」/ | 1110110011000000101100001110100110001110101000111010000110111111 | ecc0b0e98ea3a1bf |
UTF-8 | 貔育」/ | 111010001011001010010100111010001000001010110010111011111011110110100011111011111011110010001111 | e8b294e882b2efbda3efbc8f |
UHC | ?育?/ | 001111111110101111000000001111111010001110101111 | 3febc03fa3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)