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 | å²ç£U | 11100101100000011011001011100111101000111000000101010101 | e581b2e7a38155 |
SJIS-WIN | ????£?U | 0011111100111111001111110011111110000001100100100011111101010101 | 3f3f3f3f81923f55 |
EUC-JP | å??ç£?U | 100011111010101110101001001111110011111110001111101010111010111010100001111100100011111101010101 | 8faba93f3f8fabaea1f23f55 |
UTF-8 | å²ç£U | 11000011101001011100001010000001110000101011001011000011101001111100001010100011110000101000000101010101 | c3a5c281c2b2c3a7c2a3c28155 |
UHC | ??²???U | 0011111100111111101010011111011100111111001111110011111101010101 | 3f3fa9f73f3f3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)