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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 繹手召覽 | 1110001110001000100011101110100010001111101000101110011001010100 | e3888ee88fa2e654 |
EUC-JP | 繹手召覽 | 1110010111101000101111001110101010111110101001001110101110110101 | e5e8bceabea4ebb5 |
UTF-8 | 繹手召覽 | 111001111011100110111001111001101000100110001011111001011000111110101100111010001010011010111101 | e7b9b9e6898be58face8a6bd |
UHC | 繹手召覽 | 1110011010111010111000101010001011100001101011111101010111000010 | e6bae2a2e1afd5c2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)