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 | 魚??攸③? | 100010111001101100111111001111111001110110111111100001110100001000111111 | 8b9b3f3f9dbf87423f |
EUC-JP | 魚??攸?? | 1011010111111011001111110011111111011010110000010011111100111111 | b5fb3f3fdac13f3f |
UTF-8 | 魚뚣끁攸③㎰ | 111010011010110110011010111010111001101010100011111010111000000110000001111001101001010010111000111000101001000110100010111000111000111010110000 | e9ad9aeb9aa3eb8181e694b8e291a2e38eb0 |
UHC | 魚뚣끁攸③㎰ | 111001011110000010001100111000111000010110110111111010101111001010101000111010011010011110111111 | e5e08ce385b7eaf2a8e9a7bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)