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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 霓「蜑贋繞髏 | 1110100010111101101000101110010110001001100010101110010011100011100001011110100110010000 | e8bda2e5898ae4e385e990 |
EUC-JP | 霓「蜑贋繞髏 | 111100001011111110001110101000101110100111101001101101001110011011100101111001011111000111110000 | f0bf8ea2e9e9b4e6e5e5f1f0 |
UTF-8 | 霓「蜑贋繞髏 | 111010011001110010010011111011111011110110100010111010001001110010010001111010001011010010001011111001111011100110011110111010011010101110001111 | e99c93efbda2e89c91e8b48be7b99ee9ab8f |
UHC | 霓???繞? | 1110011111100111001111110011111100111111111010011010010000111111 | e7e73f3f3fe9a43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)