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 | 召悅爍「琩 | 1000111110100010111110101011110111100000101000011111000110001111101000101111101101101001 | 8fa2fabde0a1f18fa2fb69 |
EUC-JP | 召?爍?「琩 | 1011111010100100001111111110000010100011001111111000111010100010100011111100110010101101 | bea43fe0a33f8ea28fccad |
UTF-8 | 召悅爍「琩 | 111001011000111110101100111001101000001010000101111001111000100010001101111011101000010010001010111011111011110110100010111001111001000010101001 | e58face68285e7888dee848aefbda2e790a9 |
UHC | 召悅???? | 1110000110101111111001101110110100111111001111110011111100111111 | e1afe6ed3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)