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 | 藥??塋ゅ?^ | 11100101010110100011111100111111100110101100100010000010111000110011111101011110 | e55a3f3f9ac882e33f5e |
EUC-JP | 藥??塋ゅ?^ | 11101001101110110011111100111111110101001100101010100100111001010011111101011110 | e9bb3f3fd4caa4e53f5e |
UTF-8 | 藥썰퐜塋ゅ렘^ | 11101000100101111010010111101100100011011011000011101101100100001001110011100101101000011000101111100011100000101000010111101011101000001001100001011110 | e897a5ec8db0ed909ce5a18be38285eba0985e |
UHC | 藥썰퐜塋ゅ렘^ | 11100101101101111011110111100100101111011000011011100111101010111010101011100101101101111011110101011110 | e5b7bde4bd86e7abaae5b7bd5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)