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 | ??D??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 姐?D姐?D^ | 100010001011011100111111010001001000100010110111001111110100010001011110 | 88b73f4488b73f445e |
EUC-JP | 姐?D姐?D^ | 101100001011100100111111010001001011000010111001001111110100010001011110 | b0b93f44b0b93f445e |
UTF-8 | 姐렫D姐렫D^ | 111001011010011110010000111010111010000010101011010001001110010110100111100100001110101110100000101010110100010001011110 | e5a790eba0ab44e5a790eba0ab445e |
UHC | 姐렫D姐렫D^ | 1110111010111011100011101011100101000100111011101011101110001110101110010100010001011110 | eebb8eb944eebb8eb9445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)