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 | 踐吝キ。 | 111001101111011010011001111001011011011110100001 | e6f699e5b7a1 |
EUC-JP | 踐吝キ。 | 1110110011111000110100101110011110001110101101111000111010100001 | ecf8d2e78eb78ea1 |
UTF-8 | 踐吝キ。 | 111010001011100010010000111001011001000010011101111011111011110110110111111011111011110110100001 | e8b890e5909defbdb7efbda1 |
UHC | 踐吝?? | 111101001100001011010111111100000011111100111111 | f4c2d7f03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)