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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 源?????^ | 1000110010111001001111110011111100111111001111110011111101011110 | 8cb93f3f3f3f3f5e |
EUC-JP | 源?????^ | 1011100010111011001111110011111100111111001111110011111101011110 | b8bb3f3f3f3f3f5e |
UTF-8 | 源재렪렪熉렲^ | 11100110101110101001000011101100100111101010110011101011101000001010101011101011101000001010101011100111100001101000100111101011101000001011001001011110 | e6ba90ec9eaceba0aaeba0aae78689eba0b25e |
UHC | 源재렪렪熉렲^ | 11101010101110011100000011100111100011101011100010001110101110001110100111111011100011101011111101011110 | eab9c0e78eb88eb8e9fb8ebf5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)