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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
EUC-JP | 瘀??^ | 100011111100110111100011001111110011111101011110 | 8fcde33f3f5e |
UTF-8 | 瘀벆뻶^ | 11100111100110001000000011101011101100101000011011101011101110111011011001011110 | e79880ebb286ebbbb65e |
UHC | 瘀벆뻶^ | 11100101110111001001001110101010100101101000000101011110 | e5dc93aa96815e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)