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 | ¢®¨ú¡ | 1010001010101110101010001111101010100001 | a2aea8faa1 |
SJIS-WIN | ¢?¨?? | 10000001100100010011111110000001010011100011111100111111 | 81913f814e3f3f |
EUC-JP | ¢®¨ú¡ | 10100001111100011000111110100010111011101010000110101111100011111010101111100010100011111010001011000010 | a1f18fa2eea1af8fabe28fa2c2 |
UTF-8 | ¢®¨ú¡ | 11000010101000101100001010101110110000101010100011000011101110101100001010100001 | c2a2c2aec2a8c3bac2a1 |
UHC | ?®¨?¡ | 0011111110100010111001111010000110100111001111111010001010101110 | 3fa2e7a1a73fa2ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)