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 | ê±°ê· | 111010101011000110110000111010101011011110010001 | eab1b0eab791 |
SJIS-WIN | ?±°??? | 0011111110000001011111011000000110001011001111110011111100111111 | 3f817d818b3f3f3f |
EUC-JP | ê±°ê?? | 100011111010101110110100101000011101111010100001111010111000111110101011101101000011111100111111 | 8fabb4a1dea1eb8fabb43f3f |
UTF-8 | ê±°ê· | 110000111010101011000010101100011100001010110000110000111010101011000010101101111100001010010001 | c3aac2b1c2b0c3aac2b7c291 |
UHC | ?±°?·? | 001111111010000110111110101000011100011000111111101000011010010000111111 | 3fa1bea1c63fa1a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)