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 | è»ë¨°ë | 1110100010111011100111111110101110101000101100001110101110001000 | e8bb9feba8b0eb88 |
SJIS-WIN | ????¨°?? | 00111111001111110011111100111111100000010100111010000001100010110011111100111111 | 3f3f3f3f814e818b3f3f |
EUC-JP | è??먰ë? | 10001111101010111011001000111111001111111000111110101011101100111010000110101111101000011110101110001111101010111011001100111111 | 8fabb23f3f8fabb3a1afa1eb8fabb33f |
UTF-8 | è»ë¨°ë | 11000011101010001100001010111011110000101001111111000011101010111100001010101000110000101011000011000011101010111100001010001000 | c3a8c2bbc29fc3abc2a8c2b0c3abc288 |
UHC | ????¨°?? | 00111111001111110011111100111111101000011010011110100001110001100011111100111111 | 3f3f3f3fa1a7a1c63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)