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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 淼ー霆贋ク | 1111101101000101101100001110100010111011100010101110010010111000 | fb45b0e8bb8ae4b8 |
EUC-JP | 淼ー霆贋ク | 1000111111000111111001101000111010110000111100001011110110110100111001101000111010111000 | 8fc7e68eb0f0bdb4e68eb8 |
UTF-8 | 淼ー霆贋ク | 111001101011011110111100111011111011110110110000111010011001110010000110111010001011010010001011111011111011110110111000 | e6b7bcefbdb0e99c86e8b48befbdb8 |
UHC | ??霆?? | 001111110011111111101111111111010011111100111111 | 3f3feffd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)