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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ヘロ簑^ | 11001101110110111110001011000000111100011111110001011110 | cddbe2c0f1fc5e |
EUC-JP | ヘロ簑?^ | 1000111011001101100011101101101111100100110000100011111101011110 | 8ecd8edbe4c23f5e |
UTF-8 | ヘロ簑^ | 11101111101111101000110111101111101111101001101111100111101100001001000111101110100001011011011101011110 | efbe8defbe9be7b091ee85b75e |
UHC | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)