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 | ¾¾øý | 100011101011111010001110101111101111100011111101 | 8ebe8ebef8fd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ????øý | 00111111001111110011111100111111100011111010100111001100100011111010101111110010 | 3f3f3f3f8fa9cc8fabf2 |
UTF-8 | ¾¾øý | 110000101000111011000010101111101100001010001110110000101011111011000011101110001100001110111101 | c28ec2bec28ec2bec3b8c3bd |
UHC | ?¾?¾ø? | 001111111010100011111010001111111010100011111010101010011010101000111111 | 3fa8fa3fa8faa9aa3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)