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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蹂咏岌 | 111001101111100010011001111001111001101110100111 | e6f899e79ba7 |
EUC-JP | 蹂咏岌 | 111011001111101011010010111010011101011010101001 | ecfad2e9d6a9 |
UTF-8 | 蹂咏岌 | 111010001011100110000010111001011001001010001111111001011011001010001100 | e8b982e5928fe5b28c |
UHC | 蹂?? | 11101011101100110011111100111111 | ebb33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)