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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | 梧??節??F | 100011001110011000111111001111111001000011011111001111110011111101000110 | 8ce63f3f90df3f3f46 |
EUC-JP | 梧??節??F | 101110001110100000111111001111111100000011100001001111110011111101000110 | b8e83f3fc0e13f3f46 |
UTF-8 | 梧귝솫節쏙쉰F | 11100110101000101010011111101010101101111001110111101100100001101010101111100111101011111000000011101100100011111001100111101100100010011011000001000110 | e6a2a7eab79dec86abe7af80ec8f99ec89b046 |
UHC | 梧귝솫節쏙쉰F | 11100111111111001000001011100110100110011010001011101111101111011011110111101111101111011010111001000110 | e7fc82e699a2efbdbdefbdae46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)