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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???源ζ? | 0011111100111111001111111000110010111001100000111100010000111111 | 3f3f3f8cb983c43f |
EUC-JP | ???源ζ? | 0011111100111111001111111011100010111011101001101100011000111111 | 3f3f3fb8bba6c63f |
UTF-8 | 輦믪쐴源ζ똻 | 1110111110100110100110001110101110101111101010101110110010010000101101001110011010111010100100001100111010110110111010111001100010111011 | efa698ebafaaec90b4e6ba90ceb6eb98bb |
UHC | 輦믪쐴源ζ똻 | 111001101110010010010010111011001011111010100001111010101011100110100101111001101000110010000001 | e6e492ecbea1eab9a5e68c81 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)