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 | ¢®¢¡¢¾ | 101000101010111010100010101000011010001010111110 | a2aea2a1a2be |
SJIS-WIN | ¢?¢?¢? | 100000011001000100111111100000011001000100111111100000011001000100111111 | 81913f81913f81913f |
EUC-JP | ¢®¢¡¢? | 10100001111100011000111110100010111011101010000111110001100011111010001011000010101000011111000100111111 | a1f18fa2eea1f18fa2c2a1f13f |
UTF-8 | ¢®¢¡¢¾ | 110000101010001011000010101011101100001010100010110000101010000111000010101000101100001010111110 | c2a2c2aec2a2c2a1c2a2c2be |
UHC | ?®?¡?¾ | 001111111010001011100111001111111010001010101110001111111010100011111010 | 3fa2e73fa2ae3fa8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)