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 | 羯坂恨 | 111000111011100110001101111000101000110110100110 | e3b98de28da6 |
EUC-JP | 羯坂恨 | 111001101011101110111010111001001011101010101000 | e6bbbae4baa8 |
UTF-8 | 羯坂恨 | 111001111011111010101111111001011001110110000010111001101000000110101000 | e7beafe59d82e681a8 |
UHC | ?坂恨 | 0011111111110111111110001111100111001111 | 3ff7f8f9cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)