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 | ??途 | 00111111001111111001001101110010 | 3f3f9372 |
EUC-JP | ??途 | 00111111001111111100010111010011 | 3f3fc5d3 |
UTF-8 | 卄띔途 | 111001011000110110000100111010111001110110010100111010011000000010010100 | e58d84eb9d94e98094 |
UHC | 卄띔途 | 111011001111111010110110111010101101010010110010 | ecfeb6ead4b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)