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 | ÙÞ̤ý | 100011111101100111011110110011001010010011111101 | 8fd9decca4fd |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?ÙÞ̤ý | 00111111100011111010101011100011100011111010100110110000100011111010101011000000100011111010001011110000100011111010101111110010 | 3f8faae38fa9b08faac08fa2f08fabf2 |
UTF-8 | ÙÞ̤ý | 110000101000111111000011100110011100001110011110110000111000110011000010101001001100001110111101 | c28fc399c39ec38cc2a4c3bd |
UHC | ??Þ?¤? | 0011111100111111101010001010110100111111101000101011010000111111 | 3f3fa8ad3fa2b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)