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 | 猖萪 | 111000001100100111100100110100101111000011000001 | e0c9e4d2f0c1 |
EUC-JP | 猖萪? | 1110000011001011111010001101010000111111 | e0cbe8d43f |
UTF-8 | 猖萪 | 111001111000110010010110111010001001000010101010111011101000001010000000 | e78c96e890aaee8280 |
UHC | 猖?? | 11110011111010010011111100111111 | f3e93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)