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 | ãß¼¿ | 100011111110001111011111101111001011111110001111 | 8fe3dfbcbf8f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ãß?¿? | 001111111000111110101011101010101000111110101001110011100011111110001111101000101100010000111111 | 3f8fabaa8fa9ce3f8fa2c43f |
UTF-8 | ãß¼¿ | 110000101000111111000011101000111100001110011111110000101011110011000010101111111100001010001111 | c28fc3a3c39fc2bcc2bfc28f |
UHC | ??ᬨ? | 001111110011111110101001101011001010100011111001101000101010111100111111 | 3f3fa9aca8f9a2af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)