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 | è¼®ñù | 111010001011110010001110101011101111000111111001 | e8bc8eaef1f9 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | è??®ñù | 1000111110101011101100100011111100111111100011111010001011101110100011111010101111010000100011111010101111100011 | 8fabb23f3f8fa2ee8fabd08fabe3 |
UTF-8 | è¼®ñù | 110000111010100011000010101111001100001010001110110000101010111011000011101100011100001110111001 | c3a8c2bcc28ec2aec3b1c3b9 |
UHC | ?¼?®?? | 0011111110101000111110010011111110100010111001110011111100111111 | 3fa8f93fa2e73f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)