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 | ú¶ä²¡ | 1111101010110110111001001011001010100001 | fab6e4b2a1 |
SJIS-WIN | ?¶??? | 001111111000000111110111001111110011111100111111 | 3f81f73f3f3f |
EUC-JP | ú¶ä?¡ | 100011111010101111100010101000101111100110001111101010111010001100111111100011111010001011000010 | 8fabe2a2f98faba33f8fa2c2 |
UTF-8 | ú¶ä²¡ | 11000011101110101100001010110110110000111010010011000010101100101100001010100001 | c3bac2b6c3a4c2b2c2a1 |
UHC | ?¶?²¡ | 0011111110100010110100100011111110101001111101111010001010101110 | 3fa2d23fa9f7a2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)