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 | 繹手嘗譟 | 1110001110001000100011101110100010001111101001101110011010011111 | e3888ee88fa6e69f |
EUC-JP | 繹手嘗譟 | 1110010111101000101111001110101010111110101010001110110010100001 | e5e8bceabea8eca1 |
UTF-8 | 繹手嘗譟 | 111001111011100110111001111001101000100110001011111001011001100010010111111010001010110110011111 | e7b9b9e6898be59897e8ad9f |
UHC | 繹手嘗? | 11100110101110101110001010100010110111111100010000111111 | e6bae2a2dfc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)