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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | 藥??倭?BF | 111001010101101000111111001111111001100001100000001111110100001001000110 | e55a3f3f98603f4246 |
EUC-JP | 藥??倭?BF | 111010011011101100111111001111111100111111000001001111110100001001000110 | e9bb3f3fcfc13f4246 |
UTF-8 | 藥썸뿈倭웣BF | 1110100010010111101001011110110010001101101110001110101110111111100010001110010110000000101011011110110010011011101000110100001001000110 | e897a5ec8db8ebbf88e580adec9ba34246 |
UHC | 藥썸뿈倭웣BF | 111001011011011110111101111001101001011110001111111010001101111010011111011011110100001001000110 | e5b7bde6978fe8de9f6f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)