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 | Éʼ£ý | 100011111100100111001010101111001010001111111101 | 8fc9cabca3fd |
SJIS-WIN | ????£? | 00111111001111110011111100111111100000011001001000111111 | 3f3f3f3f81923f |
EUC-JP | ?ÉÊ?£ý | 00111111100011111010101010110001100011111010101010110100001111111010000111110010100011111010101111110010 | 3f8faab18faab43fa1f28fabf2 |
UTF-8 | Éʼ£ý | 110000101000111111000011100010011100001110001010110000101011110011000010101000111100001110111101 | c28fc389c38ac2bcc2a3c3bd |
UHC | ???¼?? | 00111111001111110011111110101000111110010011111100111111 | 3f3f3fa8f93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)