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 | ????\^ | 001111110011111100111111001111110101110001011110 | 3f3f3f3f5c5e |
SJIS-WIN | モ」耨\^ | 1101001110100011111000111101001111110010111000110101110001011110 | d3a3e3d3f2e35c5e |
EUC-JP | モ」耨?\^ | 100011101101001110001110101000111110011011010101001111110101110001011110 | 8ed38ea3e6d53f5c5e |
UTF-8 | モ」耨\^ | 1110111110111110100100111110111110111101101000111110100010000000101010001110111010001000100110100101110001011110 | efbe93efbda3e880a8ee889a5c5e |
UHC | ????\^ | 001111110011111100111111001111110101110001011110 | 3f3f3f3f5c5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)