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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 陟慕、シ蜷ケ | 111010001010000010010101111001111010010010111100111001011001000010111001 | e8a095e7a4bce590b9 |
EUC-JP | 陟慕、シ蜷ケ | 111100001010001011001010111010011000111010100100100011101011110011101001111100001000111010111001 | f0a2cae98ea48ebce9f08eb9 |
UTF-8 | 陟慕、シ蜷ケ | 111010011001100110011111111001101000010110010101111011111011110110100100111011111011110110111100111010001001110010110111111011111011110110111001 | e9999fe68595efbda4efbdbce89cb7efbdb9 |
UHC | 陟慕???? | 1111010010110011110110011011011100111111001111110011111100111111 | f4b3d9b73f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)