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 | 騾弱Ν | 111010011000000010001110111000111000001110101011 | e9808ee383ab |
EUC-JP | 騾弱Ν | 111100011110000010111100111001011010011010101101 | f1e0bce5a6ad |
UTF-8 | 騾弱Ν | 1110100110101000101111101110010110111100101100011100111010011101 | e9a8bee5bcb1ce9d |
UHC | ?弱Ν | 0011111111100101101100001010010111001101 | 3fe5b0a5cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)