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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 鞐手ゥ槫悅 | 111010001101111010001110111010001010100110011110111001011111101010111101 | e8de8ee8a99ee5fabd |
EUC-JP | 鞐手ゥ槫? | 111100001110000010111100111010101000111010101001110111001110011100111111 | f0e0bcea8ea9dce73f |
UTF-8 | 鞐手ゥ槫悅 | 111010011001111010010000111001101000100110001011111011111011110110101001111001101010011110101011111001101000001010000101 | e99e90e6898befbda9e6a7abe68285 |
UHC | ?手??悅 | 00111111111000101010001000111111001111111110011011101101 | 3fe2a23f3fe6ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)