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 | 0011111111111010010010000011111100111111001111110011111101000110 | 3ffa483f3f3f3f46 |
EUC-JP | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
UTF-8 | 렺ⅸ렻렑렺렦F | 11101011101000001011101011100010100001011011100011101011101000001011101111101011101000001001000111101011101000001011101011101011101000001010011001000110 | eba0bae285b8eba0bbeba091eba0baeba0a646 |
UHC | 렺ⅸ렻렑렺렦F | 10001110110000101010010110101001100011101100001110001110101001101000111011000010100011101011010101000110 | 8ec2a5a98ec38ea68ec28eb546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)