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 | ?企?弔? | 00111111100010101110100100111111100100101010001000111111 | 3f8ae93f92a23f |
EUC-JP | 勖企?弔? | 100011111011001111101101101101001110101100111111110001001010010000111111 | 8fb3edb4eb3fc4a43f |
UTF-8 | 勖企㉢弔렟 | 111001011000101110010110111001001011110010000001111000111000100110100010111001011011110010010100111010111010000010011111 | e58b96e4bc81e389a2e5bc94eba09f |
UHC | 勖企㉢弔렟 | 11101001111011011101000011101010101010001011001111110000110000001000111010110000 | e9edd0eaa8b3f0c08eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)