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 | 芒豪薫 | 111001001000101010001101100010111000110001001111 | e48a8d8b8c4f |
EUC-JP | 芒豪薫 | 111001111110101010111001111010111011011110110000 | e7eab9ebb7b0 |
UTF-8 | 芒豪薫 | 111010001000101010010010111010001011000110101010111010001001011010101011 | e88a92e8b1aae896ab |
UHC | 芒豪? | 1101100011010011111110111101111100111111 | d8d3fbdf3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)