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 | 愛▼?艤 | 10001000101001001000000110100101001111111110010001111110 | 88a481a53fe47e |
EUC-JP | 愛▼?艤 | 10110000101001101010001010100111001111111110011111011111 | b0a6a2a73fe7df |
UTF-8 | 愛▼꽒艤 | 111001101000010010011011111000101001011010111100111010101011110110010010111010001000100110100100 | e6849be296bceabd92e889a4 |
UHC | 愛▼꽒艤 | 1110010011110001101000011110010110000100101000011110101111111010 | e4f1a1e584a1ebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)