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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 竰糜璧B | 11100010100100101110001011110100111000001111100001000010 | e292e2f4e0f842 |
EUC-JP | 竰糜璧B | 11100011111100101110010011110110111000001111101001000010 | e3f2e4f6e0fa42 |
UTF-8 | 竰糜璧B | 11100111101010111011000011100111101100111001110011100111100100101010011101000010 | e7abb0e7b39ce792a742 |
UHC | ??璧B | 0011111100111111110110111111110101000010 | 3f3fdbfd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)