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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | セヒ写湿痔^ | 101111101100101110001110110010101000111010111100100011101010010001011110 | becb8eca8ebc8ea45e |
EUC-JP | セヒ写湿痔^ | 1000111010111110100011101100101110111100110011001011110010111110101111001010011001011110 | 8ebe8ecbbcccbcbebca65e |
UTF-8 | セヒ写湿痔^ | 11101111101111011011111011101111101111101000101111100101100001101001100111100110101110011011111111100111100101111001010001011110 | efbdbeefbe8be58699e6b9bfe797945e |
UHC | ????痔^ | 00111111001111110011111100111111111101101100000001011110 | 3f3f3f3ff6c05e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)