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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | モ」簑耨 | 1101001110100011111000101100000011110111101001111110001111010011 | d3a3e2c0f7a7e3d3 |
EUC-JP | モ」簑?耨 | 100011101101001110001110101000111110010011000010001111111110011011010101 | 8ed38ea3e4c23fe6d5 |
UTF-8 | モ」簑耨 | 111011111011111010010011111011111011110110100011111001111011000010010001111011101001011010001010111010001000000010101000 | efbe93efbda3e7b091ee968ae880a8 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)