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 | 琿錬奩 | 111000001110101110011000010000101001101011111100 | e0eb98429afc |
EUC-JP | 琿錬奩 | 111000001110110111001111101000111101010011111110 | e0edcfa3d4fe |
UTF-8 | 琿錬奩 | 111001111001000010111111111010011000110010101100111001011010010110101001 | e790bfe98cace5a5a9 |
UHC | 琿?? | 11111011111010100011111100111111 | fbea3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)