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 | 遙?┳毅 | 11101010101000010011111110000100101100011000101101000010 | eaa13f84b18b42 |
EUC-JP | 遙?┳毅 | 11110100101000110011111110101000101100111011010110100011 | f4a33fa8b3b5a3 |
UTF-8 | 遙볩┳毅 | 111010011000000110011001111010111011001110101001111000101001010010110011111001101010111110000101 | e98199ebb3a9e294b3e6af85 |
UHC | 遙볩┳毅 | 1110100110101011100100111110111110100110101100111110101111110110 | e9ab93efa6b3ebf6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)