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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ウェ頏ウェ頏^ | 101100111010101011101000111100001011001110101010111010001111000001011110 | b3aae8f0b3aae8f05e |
EUC-JP | ウェ頏ウェ頏^ | 10001110101100111000111010101010111100001111001010001110101100111000111010101010111100001111001001011110 | 8eb38eaaf0f28eb38eaaf0f25e |
UTF-8 | ウェ頏ウェ頏^ | 11101111101111011011001111101111101111011010101011101001101000001000111111101111101111011011001111101111101111011010101011101001101000001000111101011110 | efbdb3efbdaae9a08fefbdb3efbdaae9a08f5e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)