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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訂敎?佇 | 10010010111110011111101011001101001111111001100011001000 | 92f9facd3f98c8 |
EUC-JP | 訂??佇 | 110001001111101100111111001111111101000011001010 | c4fb3f3fd0ca |
UTF-8 | 訂敎눌佇 | 111010001010100010000010111001101001010110001110111010111000100010001100111001001011110110000111 | e8a882e6958eeb888ce4bd87 |
UHC | 訂敎눌佇 | 1110111111110100110011101110011110110100101011011110111010110111 | eff4cee7b4adeeb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)