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 | èø²ú² | 111010001111100010001110101100101111101010110010 | e8f88eb2fab2 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | èø??ú? | 100011111010101110110010100011111010100111001100001111110011111110001111101010111110001000111111 | 8fabb28fa9cc3f3f8fabe23f |
UTF-8 | èø²ú² | 110000111010100011000011101110001100001010001110110000101011001011000011101110101100001010110010 | c3a8c3b8c28ec2b2c3bac2b2 |
UHC | ?ø?²?² | 001111111010100110101010001111111010100111110111001111111010100111110111 | 3fa9aa3fa9f73fa9f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)