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 | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | ?私??B | 001111111000111010000100001111110011111101000010 | 3f8e843f3f42 |
EUC-JP | 荑私??B | 1000111111010111111110011011101111100100001111110011111101000010 | 8fd7f9bbe43f3f42 |
UTF-8 | 荑私렏렚B | 11101000100011011001000111100111101001111000000111101011101000001000111111101011101000001001101001000010 | e88d91e7a781eba08feba09a42 |
UHC | 荑私렏렚B | 111011001011111111011110111001111000111010100101100011101010110101000010 | ecbfdee78ea58ead42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)