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 | 鈔幟握 | 111001111110001010011011111011101000100010101100 | e7e29bee88ac |
EUC-JP | 鈔幟握 | 111011101110010011010110111100001011000010101110 | eee4d6f0b0ae |
UTF-8 | 鈔幟握 | 111010011000100010010100111001011011100110011111111001101000111110100001 | e98894e5b99fe68fa1 |
UHC | ?幟握 | 0011111111110110101110101110010011000100 | 3ff6bae4c4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)