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 | ¨ª¡§]H | 101010001010101010100001101001110101110101001000 | a8aaa1a75d48 |
SJIS-WIN | ¨??§]H | 1000000101001110001111110011111110000001100110000101110101001000 | 814e3f3f81985d48 |
EUC-JP | ¨ª¡§]H | 101000011010111110001111101000101110110010001111101000101100001010100001111110000101110101001000 | a1af8fa2ec8fa2c2a1f85d48 |
UTF-8 | ¨ª¡§]H | 11000010101010001100001010101010110000101010000111000010101001110101110101001000 | c2a8c2aac2a1c2a75d48 |
UHC | ¨ª¡§]H | 10100001101001111010100010100011101000101010111010100001110101110101110101001000 | a1a7a8a3a2aea1d75d48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)