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 | 幼???? | 100101110110001100111111001111110011111100111111 | 97633f3f3f3f |
EUC-JP | 幼???? | 110011011100010000111111001111110011111100111111 | cdc43f3f3f3f |
UTF-8 | 幼롇롅렳렎 | 111001011011100110111100111010111010000110000111111010111010000110000101111010111010000010110011111010111010000010001110 | e5b9bceba187eba185eba0b3eba08e |
UHC | 幼롇롅렳렎 | 11101010111010101000111011001101100011101100101110001110110000001000111010100100 | eaea8ecd8ecb8ec08ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)