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 | 譓ム | 1111101110101011110100011111010111100001 | fbabd1f5e1 |
EUC-JP | 譓ム? | 100011111101111011001011100011101101000100111111 | 8fdecb8ed13f |
UTF-8 | 譓ム | 111010001010110110010011111011111011111010010001111011101001000110001100 | e8ad93efbe91ee918c |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)