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 | 񙝇 | 10110001110101101010010111100111 | b1d6a5e7 |
SJIS-WIN | ±?¥? | 100000010111110100111111100000011000111100111111 | 817d3f818f3f |
EUC-JP | ±Ö?ç | 101000011101111010001111101010101101001100111111100011111010101110101110 | a1de8faad33f8fabae |
UTF-8 | 񙝇 | 1100001010110001110000111001011011000010101001011100001110100111 | c2b1c396c2a5c3a7 |
UHC | ±??? | 1010000110111110001111110011111100111111 | a1be3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)