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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 髴托セ帝捲 | 111010011001110010010001111011111011111010010010111010011000110010011110 | e99c91efbe92e98c9e |
EUC-JP | 髴托セ帝捲 | 11110001111111001100001011110001100011101011111011000100111010111011011111111110 | f1fcc2f18ebec4ebb7fe |
UTF-8 | 髴托セ帝捲 | 111010011010101110110100111001101000100110011000111011111011110110111110111001011011100010011101111001101000110110110010 | e9abb4e68998efbdbee5b89de68db2 |
UHC | ?托?帝捲 | 0011111111110110111101010011111111110000101010001100111111101100 | 3ff6f53ff0a8cfec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)