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 | ú¶¸èÛ | 1111101010110110101110001110100011011011 | fab6b8e8db |
SJIS-WIN | ?¶??? | 001111111000000111110111001111110011111100111111 | 3f81f73f3f3f |
EUC-JP | ú¶¸èÛ | 1000111110101011111000101010001011111001100011111010001010110001100011111010101110110010100011111010101011100101 | 8fabe2a2f98fa2b18fabb28faae5 |
UTF-8 | ú¶¸èÛ | 11000011101110101100001010110110110000101011100011000011101010001100001110011011 | c3bac2b6c2b8c3a8c39b |
UHC | ?¶¸?? | 00111111101000101101001010100010101011000011111100111111 | 3fa2d2a2ac3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)