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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 淼哥\ | 1111101101000101100110100100011001011100 | fb459a465c |
EUC-JP | 淼哥\ | 100011111100011111100110110100111010011101011100 | 8fc7e6d3a75c |
UTF-8 | 淼哥\ | 11100110101101111011110011100101100100111010010101011100 | e6b7bce593a55c |
UHC | ?哥\ | 00111111110010101010100001011100 | 3fcaa85c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)