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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 禎私???B | 1001001011110101100011101000010000111111001111110011111101000010 | 92f58e843f3f3f42 |
EUC-JP | 禎私?焌?B | 11000100111101111011101111100100001111111000111111001001111010000011111101000010 | c4f7bbe43f8fc9e83f42 |
UTF-8 | 禎私깃焌렠B | 11100111101001101000111011100111101001111000000111101010101110011000001111100111100001001000110011101011101000001010000001000010 | e7a68ee7a781eab983e7848ceba0a042 |
UHC | 禎私깃焌렠B | 1110111111101110110111101110011110110001111010101111000111100000100011101011000101000010 | efeedee7b1eaf1e08eb142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)