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 | ©¡¨ù¡¾ | 101010011010000110101000111110011010000110111110 | a9a1a8f9a1be |
SJIS-WIN | ??¨??? | 00111111001111111000000101001110001111110011111100111111 | 3f3f814e3f3f3f |
EUC-JP | ©¡¨ù¡? | 100011111010001011101101100011111010001011000010101000011010111110001111101010111110001110001111101000101100001000111111 | 8fa2ed8fa2c2a1af8fabe38fa2c23f |
UTF-8 | ©¡¨ù¡¾ | 110000101010100111000010101000011100001010101000110000111011100111000010101000011100001010111110 | c2a9c2a1c2a8c3b9c2a1c2be |
UHC | ?¡¨?¡¾ | 00111111101000101010111010100001101001110011111110100010101011101010100011111010 | 3fa2aea1a73fa2aea8fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)