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 | ×æûÌãÛ | 110101111110011011111011110011001110001111011011 | d7e6fbcce3db |
SJIS-WIN | ×????? | 10000001011111100011111100111111001111110011111100111111 | 817e3f3f3f3f3f |
EUC-JP | ×æûÌãÛ | 1010000111011111100011111010100111000001100011111010101111100101100011111010101011000000100011111010101110101010100011111010101011100101 | a1df8fa9c18fabe58faac08fabaa8faae5 |
UTF-8 | ×æûÌãÛ | 110000111001011111000011101001101100001110111011110000111000110011000011101000111100001110011011 | c397c3a6c3bbc38cc3a3c39b |
UHC | ×æ???? | 1010000110111111101010011010000100111111001111110011111100111111 | a1bfa9a13f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)