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 | ?g??f?^ | 001111111000001010000111001111110011111110000010100001100011111101011110 | 3f82873f3f82863f5e |
EUC-JP | ?g??f?^ | 001111111010001111100111001111110011111110100011111001100011111101011110 | 3fa3e73f3fa3e63f5e |
UTF-8 | 閭g퉫閭f짎^ | 11101111101001101000011011101111101111011000011111101101100010011010101111101111101001101000011011101111101111011000011011101100101001111000111001011110 | efa686efbd87ed89abefa686efbd86eca78e5e |
UHC | 閭g퉫閭f짎^ | 11100110101011011010001111100111101110011000001111100110101011011010001111100110101000111001101001011110 | e6ada3e7b983e6ada3e6a39a5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)