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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?ч?仰?? | 0011111110000100100010010011111110001011110000100011111100111111 | 3f84893f8bc23f3f |
EUC-JP | ?ч?仰?? | 0011111110100111111010010011111110110110110001000011111100111111 | 3fa7e93fb6c43f3f |
UTF-8 | 歷ч릶仰삣퇍 | 1110111110100110100011001101000110000111111010111010011010110110111001001011101110110000111011001000001010100011111011011000011110001101 | efa68cd187eba6b6e4bbb0ec82a3ed878d |
UHC | 歷ч릶仰삣퇍 | 111001101011100010101100111010011001000010010100111001001110011010111011111001011011011110011110 | e6b8ace99094e4e6bbe5b79e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)