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 | 巐楠亳 | 111110101011011010010011111011011001100010110110 | fab693ed98b6 |
EUC-JP | 巐楠亳 | 10001111101110111111100111000110111011111101000010111000 | 8fbbf9c6efd0b8 |
UTF-8 | 巐楠亳 | 111001011011011110010000111001101010010110100000111001001011101010110011 | e5b790e6a5a0e4bab3 |
UHC | ?楠? | 00111111110100011111100000111111 | 3fd1f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)