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 | ëì ¸] | 11101011100011001000010011101100100001011011100001011101 | eb8c84ec85b85d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | ë??ì?¸] | 10001111101010111011001100111111001111111000111110101011110000000011111110001111101000101011000101011101 | 8fabb33f3f8fabc03f8fa2b15d |
UTF-8 | ëì ¸] | 11000011101010111100001010001100110000101000010011000011101011001100001010000101110000101011100001011101 | c3abc28cc284c3acc285c2b85d |
UHC | ?????¸] | 0011111100111111001111110011111100111111101000101010110001011101 | 3f3f3f3f3fa2ac5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)