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 | 倭▼?掖? | 1001100001100000100000011010010100111111100111010111010000111111 | 986081a53f9d743f |
EUC-JP | 倭▼?掖? | 1100111111000001101000101010011100111111110110011101010100111111 | cfc1a2a73fd9d53f |
UTF-8 | 倭▼뜐掖멨 | 111001011000000010101101111000101001011010111100111010111001110010010000111001101000111010010110111010111010100110101000 | e580ade296bceb9c90e68e96eba9a8 |
UHC | 倭▼뜐掖멨 | 11101000110111101010000111100101100011011001001111100100111110101011100011100101 | e8dea1e58d93e4fab8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)