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 | 贇絞剋 | 111001101101010010001101011010011001100110001110 | e6d48d69998e |
EUC-JP | 贇絞剋 | 111011001101011010111001110010101101000111101110 | ecd6b9cad1ee |
UTF-8 | 贇絞剋 | 111010001011010010000111111001111011010110011110111001011000100110001011 | e8b487e7b59ee5898b |
UHC | 贇絞剋 | 111010111100101111001110111011011101000010111011 | ebcbceedd0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)