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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 錥湿霏叱^ | 111110111101011110001110101111001110100011000000100011101011011001011110 | fbd78ebce8c08eb65e |
EUC-JP | 錥湿霏叱^ | 10001111111001001110000010111100101111101111000011000010101111001011100001011110 | 8fe4e0bcbef0c2bcb85e |
UTF-8 | 錥湿霏叱^ | 11101001100011001010010111100110101110011011111111101001100111001000111111100101100011111011000101011110 | e98ca5e6b9bfe99c8fe58fb15e |
UHC | ???叱^ | 001111110011111100111111111100101110101001011110 | 3f3f3ff2ea5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)