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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
EUC-JP | ?????洧^ | 001111110011111100111111001111110011111110001111110001111011010001011110 | 3f3f3f3f3f8fc7b45e |
UTF-8 | 뤗뇬熉뤗뇬洧^ | 11101011101001001001011111101011100001111010110011100111100001101000100111101011101001001001011111101011100001111010110011100110101101001010011101011110 | eba497eb87ace78689eba497eb87ace6b4a75e |
UHC | 뤗뇬熉뤗뇬洧^ | 10001111110001111011010010100100111010011111101110001111110001111011010010100100111010101111101101011110 | 8fc7b4a4e9fb8fc7b4a4eafb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)