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? | 00111111001111110110100000111111 | 3f3f683f |
SJIS-WIN | 終鮫h終 | 10001111010010011000111001001100011010001000111101001001 | 8f498e4c688f49 |
EUC-JP | 終鮫h終 | 10111101101010101011101110101101011010001011110110101010 | bdaabbad68bdaa |
UTF-8 | 終鮫h終 | 11100111101101011000001011101001101011101010101101101000111001111011010110000010 | e7b582e9aeab68e7b582 |
UHC | 終鮫h終 | 11110000111110111100111011110111011010001111000011111011 | f0fbcef768f0fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)