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 | 艪g勧 | 111001001000001010000010100001111000101010101001 | e48282878aa9 |
EUC-JP | 艪g勧 | 111001111110001010100011111001111011010010101011 | e7e2a3e7b4ab |
UTF-8 | 艪g勧 | 111010001000100110101010111011111011110110000111111001011000101110100111 | e889aaefbd87e58ba7 |
UHC | ?g? | 00111111101000111110011100111111 | 3fa3e73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)