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 | 驕貞絢 | 111010011000000110010010111001011000100010111010 | e98192e588ba |
EUC-JP | 驕貞絢 | 111100011110000111000100111001111011000010111100 | f1e1c4e7b0bc |
UTF-8 | 驕貞絢 | 111010011010100110010101111010001011001010011110111001111011010110100010 | e9a995e8b29ee7b5a2 |
UHC | 驕貞絢 | 110011101111011011101111111101101111101011100010 | cef6eff6fae2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)