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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繰端族竪 | 1000110001001010100100100101101110010001101100001001001001000111 | 8c4a925b91b09247 |
EUC-JP | 繰端族竪 | 1011011110101011110000111011110011000010101100101100001110101000 | b7abc3bcc2b2c3a8 |
UTF-8 | 繰端族竪 | 111001111011100110110000111001111010101110101111111001101001011110001111111001111010101110101010 | e7b9b0e7abafe6978fe7abaa |
UHC | 繰端族竪 | 1111000011011011110100111010111011110000111010011110001010110101 | f0dbd3aef0e9e2b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)