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 | ??~ | 001111110011111101111110 | 3f3f7e |
SJIS-WIN | 族谷~ | 1001000110110000100100100100101001111110 | 91b0924a7e |
EUC-JP | 族谷~ | 1100001010110010110000111010101101111110 | c2b2c3ab7e |
UTF-8 | 族谷~ | 11100110100101111000111111101000101100001011011101111110 | e6978fe8b0b77e |
UHC | 族谷~ | 1111000011101001110011011101101101111110 | f0e9cddb7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)