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 | 梡ë | 111001101010001010100001111010111001111110010001 | e6a2a1eb9f91 |
SJIS-WIN | ?¢???? | 00111111100000011001000100111111001111110011111100111111 | 3f81913f3f3f3f |
EUC-JP | 梡ë?? | 10001111101010011100000110100001111100011000111110100010110000101000111110101011101100110011111100111111 | 8fa9c1a1f18fa2c28fabb33f3f |
UTF-8 | 梡ë | 110000111010011011000010101000101100001010100001110000111010101111000010100111111100001010010001 | c3a6c2a2c2a1c3abc29fc291 |
UHC | æ?¡??? | 1010100110100001001111111010001010101110001111110011111100111111 | a9a13fa2ae3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)