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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | モキヘヨレヨ | 1101001110110111110011011101011011111001111010111101101011010110 | d3b7cdd6f9ebdad6 |
EUC-JP | モキヘヨ?レヨ | 10001110110100111000111010110111100011101100110110001110110101100011111110001110110110101000111011010110 | 8ed38eb78ecd8ed63f8eda8ed6 |
UTF-8 | モキヘヨレヨ | 111011111011111010010011111011111011110110110111111011111011111010001101111011111011111010010110111011101001110110000110111011111011111010011010111011111011111010010110 | efbe93efbdb7efbe8defbe96ee9d86efbe9aefbe96 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)