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煮鮃 | 100011101100111111101001101101110110100010001110110011111110100110110111 | 8ecfe9b7688ecfe9b7 |
EUC-JP | 煮鮃h煮鮃 | 101111001101000111110010101110010110100010111100110100011111001010111001 | bcd1f2b968bcd1f2b9 |
UTF-8 | 煮鮃h煮鮃 | 11100111100001011010111011101001101011101000001101101000111001111000010110101110111010011010111010000011 | e785aee9ae8368e785aee9ae83 |
UHC | 煮?h煮? | 11101101101101000011111101101000111011011011010000111111 | edb43f68edb43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)