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 | 魚??ぜ伍 | 1000101110011011001111110011111110000010101110101000110011011110 | 8b9b3f3f82ba8cde |
EUC-JP | 魚??ぜ伍 | 1011010111111011001111110011111110100100101111001011100011100000 | b5fb3f3fa4bcb8e0 |
UTF-8 | 魚끤뀀ぜ伍 | 111010011010110110011010111010111000000110100100111010111000000010000000111000111000000110011100111001001011110010001101 | e9ad9aeb81a4eb8080e3819ce4bc8d |
UHC | 魚끤뀀ぜ伍 | 11100101111000001000010111001110101100101110101110101010101111001110011111101010 | e5e085ceb2ebaabce7ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)