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 | 謠。邁」 | 111001101000111110100001111001111011000010100011 | e68fa1e7b0a3 |
EUC-JP | 謠。邁」 | 1110101111101111100011101010000111101110101100101000111010100011 | ebef8ea1eeb28ea3 |
UTF-8 | 謠。邁」 | 111010001010110010100000111011111011110110100001111010011000001010000001111011111011110110100011 | e8aca0efbda1e98281efbda3 |
UHC | 謠?邁? | 111010011010101000111111110110001110010000111111 | e9aa3fd8e43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)