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 | 艶??節??^ | 100010011001000000111111001111111001000011011111001111110011111101011110 | 89903f3f90df3f3f5e |
EUC-JP | 艶??節??^ | 101100011111000000111111001111111100000011100001001111110011111101011110 | b1f03f3fc0e13f3f5e |
UTF-8 | 艶쀦뮥節쇽슨^ | 11101000100010011011011011101100100000001010011011101011101011101010010111100111101011111000000011101100100001111011110111101100100010101010100001011110 | e889b6ec80a6ebaea5e7af80ec87bdec8aa85e |
UHC | 艶쀦뮥節쇽슨^ | 11100110111111011001011111100110100100101011000011101111101111011011110011101111101111011011110001011110 | e6fd97e692b0efbdbcefbdbc5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)