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 | 偲治粨 | 100011101100001110001110101000011110001011101000 | 8ec38ea1e2e8 |
EUC-JP | 偲治粨 | 101111001100010110111100101000111110010011101010 | bcc5bca3e4ea |
UTF-8 | 偲治粨 | 111001011000000110110010111001101011001010111011111001111011001010101000 | e581b2e6b2bbe7b2a8 |
UHC | ?治? | 00111111111101101011110100111111 | 3ff6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)