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 | 庸??揖ч? | 100101110110011000111111001111111001011101001011100001001000100100111111 | 97663f3f974b84893f |
EUC-JP | 庸??揖ч? | 110011011100011100111111001111111100110110101100101001111110100100111111 | cdc73f3fcdaca7e93f |
UTF-8 | 庸뉖쨪揖ч댖 | 1110010110111010101110001110101110001001100101101110110010101000101010101110011010001111100101101101000110000111111010111000110010010110 | e5bab8eb8996eca8aae68f96d187eb8c96 |
UHC | 庸뉖쨪揖ч댖 | 111010011011110010000111111010111010010010000100111010111110011110101100111010011000100010111010 | e9bc87eba484ebe7ace988ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)