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 | ???雋 | 0011111100111111001111111110100010110010 | 3f3f3fe8b2 |
EUC-JP | 濩??雋 | 10001111110010011010010000111111001111111111000010110100 | 8fc9a43f3ff0b4 |
UTF-8 | 濩며눌雋 | 111001101011111110101001111010111010100110110000111010111000100010001100111010011001101110001011 | e6bfa9eba9b0eb888ce99b8b |
UHC | 濩며눌雋 | 1111101111001101101110001110011110110100101011011111000111100110 | fbcdb8e7b4adf1e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)