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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 晨?ユ | 1001110111101101001111111000001110000110 | 9ded3f8386 |
EUC-JP | 晨?ユ | 1101101011101111001111111010010111100110 | daef3fa5e6 |
UTF-8 | 晨긿ユ | 111001101001100110101000111010101011100010111111111000111000001110100110 | e699a8eab8bfe383a6 |
UHC | 晨긿ユ | 111000111110011110000011100000111010101111100110 | e3e78383abe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)