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 | °û¿£ | 100011101011000011111011101111111000111010100011 | 8eb0fbbf8ea3 |
SJIS-WIN | ?°???£ | 0011111110000001100010110011111100111111001111111000000110010010 | 3f818b3f3f3f8192 |
EUC-JP | ?°û¿?£ | 001111111010000111101011100011111010101111100101100011111010001011000100001111111010000111110010 | 3fa1eb8fabe58fa2c43fa1f2 |
UTF-8 | °û¿£ | 110000101000111011000010101100001100001110111011110000101011111111000010100011101100001010100011 | c28ec2b0c3bbc2bfc28ec2a3 |
UHC | ?°?¿?? | 0011111110100001110001100011111110100010101011110011111100111111 | 3fa1c63fa2af3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)