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 | ???魚 | 0011111100111111001111111000101110011011 | 3f3f3f8b9b |
EUC-JP | ??Ŧ魚 | 00111111001111111000111110101001101011111011010111111011 | 3f3f8fa9afb5fb |
UTF-8 | 筽며Ŧ魚 | 1110011110101101101111011110101110101001101100001100010110100110111010011010110110011010 | e7adbdeba9b0c5a6e9ad9a |
UHC | 筽며Ŧ魚 | 1110100010100100101110001110011110101000101011101110010111100000 | e8a4b8e7a8aee5e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)