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 | ?????\ | 001111110011111100111111001111110011111101011100 | 3f3f3f3f3f5c |
SJIS-WIN | 癲????\ | 11100001100111110011111100111111001111110011111101011100 | e19f3f3f3f3f5c |
EUC-JP | 癲????\ | 11100010101000010011111100111111001111110011111101011100 | e2a13f3f3f3f5c |
UTF-8 | 癲뚯뇿六뾤\ | 11100111100110011011001011101011100110101010111111101011100001111011111111101111101001111001000111101011101111101010010001011100 | e799b2eb9aafeb87bfefa791ebbea45c |
UHC | 癲뚯뇿六뾤\ | 1110111110100110100011001110110010000111101000001110101110111011100101110110011101011100 | efa68cec87a0ebbb97675c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)