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 | °üûৠ| 100011111011000011111100111110111110000010100111 | 8fb0fcfbe0a7 |
SJIS-WIN | ?°???§ | 0011111110000001100010110011111100111111001111111000000110011000 | 3f818b3f3f3f8198 |
EUC-JP | ?°üûৠ| 0011111110100001111010111000111110101011111001001000111110101011111001011000111110101011101000101010000111111000 | 3fa1eb8fabe48fabe58faba2a1f8 |
UTF-8 | °üûৠ| 110000101000111111000010101100001100001110111100110000111011101111000011101000001100001010100111 | c28fc2b0c3bcc3bbc3a0c2a7 |
UHC | ?°???§ | 0011111110100001110001100011111100111111001111111010000111010111 | 3fa1c63f3f3fa1d7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)