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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ◇?儉 | 1000000110011110001111111001100101001100 | 819e3f994c |
EUC-JP | ◇?儉 | 1010000111111110001111111101000110101101 | a1fe3fd1ad |
UTF-8 | ◇룶儉 | 111000101001011110000111111010111010001110110110111001011000010010001001 | e29787eba3b6e58489 |
UHC | ◇룶儉 | 101000011101111010001111101010111100101111111011 | a1de8fabcbfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)