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 | 梳뻳 | 111001101010001010110011111010111011101110110011 | e6a2b3ebbbb3 |
SJIS-WIN | ?¢???? | 00111111100000011001000100111111001111110011111100111111 | 3f81913f3f3f3f |
EUC-JP | æ¢?ë?? | 1000111110101001110000011010000111110001001111111000111110101011101100110011111100111111 | 8fa9c1a1f13f8fabb33f3f |
UTF-8 | 梳뻳 | 110000111010011011000010101000101100001010110011110000111010101111000010101110111100001010110011 | c3a6c2a2c2b3c3abc2bbc2b3 |
UHC | æ?³??³ | 101010011010000100111111101010011111100000111111001111111010100111111000 | a9a13fa9f83f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)