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 | 烏l?矣?。 | 10001001010001111000001010001100001111111110000111100001001111111000000101000010 | 8947828c3fe1e13f8142 |
EUC-JP | 烏l?矣?。 | 10110001101010001010001111101100001111111110001011100011001111111010000110100011 | b1a8a3ec3fe2e33fa1a3 |
UTF-8 | 烏l츦矣김。 | 111001111000001110001111111011111011110110001100111011001011100010100110111001111001111110100011111010101011100110000000111000111000000010000010 | e7838fefbd8cecb8a6e79fa3eab980e38082 |
UHC | 烏l츦矣김。 | 111010001010000110100011111011001010111010011100111010111111100010110001111010001010000110100011 | e8a1a3ecae9cebf8b1e8a1a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)