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 | 貔育明赭 | 1110011010111110100010001110011110010110101111101110011011011110 | e6be88e796bee6de |
EUC-JP | 貔育明赭 | 1110110011000000101100001110100111001100110000001110110011100000 | ecc0b0e9ccc0ece0 |
UTF-8 | 貔育明赭 | 111010001011001010010100111010001000001010110010111001101001100010001110111010001011010110101101 | e8b294e882b2e6988ee8b5ad |
UHC | ?育明? | 001111111110101111000000110110011010010100111111 | 3febc0d9a53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)