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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 箏狆h箏狆 | 111000101011010111100000101111000110100011100010101101011110000010111100 | e2b5e0bc68e2b5e0bc |
EUC-JP | 箏狆h箏狆 | 111001001011011111100000101111100110100011100100101101111110000010111110 | e4b7e0be68e4b7e0be |
UTF-8 | 箏狆h箏狆 | 11100111101011101000111111100111100010111000011001101000111001111010111010001111111001111000101110000110 | e7ae8fe78b8668e7ae8fe78b86 |
UHC | 箏?h箏? | 11101110101101000011111101101000111011101011010000111111 | eeb43f68eeb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)