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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ク雕ア | 111100001010111010111000111010001011100010110001 | f0aeb8e8b8b1 |
EUC-JP | ?ク雕ア | 00111111100011101011100011110000101110101000111010110001 | 3f8eb8f0ba8eb1 |
UTF-8 | ク雕ア | 111011101000000110101101111011111011110110111000111010011001101110010101111011111011110110110001 | ee81adefbdb8e99b95efbdb1 |
UHC | ??雕? | 0011111100111111111100001110011100111111 | 3f3ff0e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)