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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 訂葛?姐?? | 100100101111100110001010100010110011111110001000101101110011111100111111 | 92f98a8b3f88b73f3f |
EUC-JP | 訂葛?姐?? | 110001001111101110110011111010110011111110110000101110010011111100111111 | c4fbb3eb3fb0b93f3f |
UTF-8 | 訂葛狼姐브륑 | 111010001010100010000010111010001001000110011011111011111010010010101011111001011010011110010000111010111011100010001100111010111010010110010001 | e8a882e8919befa4abe5a790ebb88ceba591 |
UHC | 訂葛狼姐브륑 | 111011111111010011001010111001111101001010101010111011101011101110111010111010101011011111111000 | eff4cae7d2aaeebbbaeab7f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)