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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 銜溘gマ | 11100111111100001001111111100011100000101000011111001111 | e7f09fe38287cf |
EUC-JP | 銜溘gマ | 1110111011110010110111101110010110100011111001111000111011001111 | eef2dee5a3e78ecf |
UTF-8 | 銜溘gマ | 111010011000101010011100111001101011101010011000111011111011110110000111111011111011111010001111 | e98a9ce6ba98efbd87efbe8f |
UHC | 銜?g? | 111110011110011100111111101000111110011100111111 | f9e73fa3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)