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 | æ§½å ¤ | 111001101010011110111101111001011010000010100100 | e6a7bde5a0a4 |
SJIS-WIN | ?§???? | 00111111100000011001100000111111001111110011111100111111 | 3f81983f3f3f3f |
EUC-JP | �� | 10001111101010011100000110100001111110000011111110001111101010111010100100111111100011111010001011110000 | 8fa9c1a1f83f8faba93f8fa2f0 |
UTF-8 | æ§½å ¤ | 110000111010011011000010101001111100001010111101110000111010010111000010101000001100001010100100 | c3a6c2a7c2bdc3a5c2a0c2a4 |
UHC | 槽??¤ | 10101001101000011010000111010111101010001111011000111111001111111010001010110100 | a9a1a1d7a8f63f3fa2b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)