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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 幼?? | 10010111011000110011111100111111 | 97633f3f |
EUC-JP | 幼?ij | 110011011100010000111111100011111010100111000110 | cdc43f8fa9c6 |
UTF-8 | 幼룩ij | 1110010110111001101111001110101110100011101010011100010010110011 | e5b9bceba3a9c4b3 |
UHC | 幼룩ij | 111010101110101010110111111010001010100110100110 | eaeab7e8a9a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)