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 | 貔育明轢 | 1110011010111110100010001110011110010110101111101110011110000000 | e6be88e796bee780 |
EUC-JP | 貔育明轢 | 1110110011000000101100001110100111001100110000001110110111100000 | ecc0b0e9ccc0ede0 |
UTF-8 | 貔育明轢 | 111010001011001010010100111010001000001010110010111001101001100010001110111010001011110110100010 | e8b294e882b2e6988ee8bda2 |
UHC | ?育明轢 | 00111111111010111100000011011001101001011101010111111001 | 3febc0d9a5d5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)