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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ?鞋警??B | 0011111111101000110111001000110001111000001111110011111101000010 | 3fe8dc8c783f3f42 |
EUC-JP | ?鞋警??B | 0011111111110000110111101011011111011001001111110011111101000010 | 3ff0deb7d93f3f42 |
UTF-8 | 뤓鞋警츰믹B | 11101011101001001001001111101001100111101000101111101000101011011010011011101100101110001011000011101011101011111011100101000010 | eba493e99e8be8ada6ecb8b0ebafb942 |
UHC | 뤓鞋警츰믹B | 1000111111000011111110111011100111001100111011011100001111111011101110011100110101000010 | 8fc3fbb9ccedc3fbb9cd42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)