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^ | 100110001111000100111111010001001001100011110001001111110100010001011110 | 98f13f4498f13f445e |
EUC-JP | 偕?D偕?D^ | 110100001111001100111111010001001101000011110011001111110100010001011110 | d0f33f44d0f33f445e |
UTF-8 | 偕렗D偕렗D^ | 111001011000000110010101111010111010000010010111010001001110010110000001100101011110101110100000100101110100010001011110 | e58195eba09744e58195eba097445e |
UHC | 偕렗D偕렗D^ | 1111101010100101100011101010110001000100111110101010010110001110101011000100010001011110 | faa58eac44faa58eac445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)