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 | 辱⑤?爰? | 1001000001001010100001110100010000111111111000001010011100111111 | 904a87443fe0a73f |
EUC-JP | 辱??爰? | 10111111101010110011111100111111111000001010100100111111 | bfab3f3fe0a93f |
UTF-8 | 辱⑤뿭爰랡 | 111010001011111010110001111000101001000110100100111010111011111110101101111001111000100010110000111010111001111010100001 | e8beb1e291a4ebbfade788b0eb9ea1 |
UHC | 辱⑤뿭爰랡 | 11101001101101001010100011101011100101111010110111101010101110101000111001000010 | e9b4a8eb97adeaba8e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)