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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 茫羸茫羸^ | 111001001010100111100011101111101110010010101001111000111011111001011110 | e4a9e3bee4a9e3be5e |
EUC-JP | 茫羸茫羸^ | 111010001010101111100110110000001110100010101011111001101100000001011110 | e8abe6c0e8abe6c05e |
UTF-8 | 茫羸茫羸^ | 11101000100011001010101111100111101111101011100011101000100011001010101111100111101111101011100001011110 | e88cabe7beb8e88cabe7beb85e |
UHC | 茫羸茫羸^ | 110110001101010011010111111010001101100011010100110101111110100001011110 | d8d4d7e8d8d4d7e85e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)