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 | 茹??項 | 111001001010010100111111001111111000110110000000 | e4a53f3f8d80 |
EUC-JP | 茹??項 | 111010001010011100111111001111111011100111100000 | e8a73f3fb9e0 |
UTF-8 | 茹됰㈃項 | 111010001000110010111001111010111001000010110000111000111000100010000011111010011010000010000101 | e88cb9eb90b0e38883e9a085 |
UHC | 茹됰㈃項 | 1110011010101010100010011110101110101001101101001111101010100011 | e6aa89eba9b4faa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)