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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ヨ寬ー自 | 1111000010101101110101101111101010101010101100001000111010101001 | f0add6faaab08ea9 |
EUC-JP | ?ヨ?ー自 | 0011111110001110110101100011111110001110101100001011110010101011 | 3f8ed63f8eb0bcab |
UTF-8 | ヨ寬ー自 | 111011101000000110101100111011111011111010010110111001011010111110101100111011111011110110110000111010001000011110101010 | ee81acefbe96e5afacefbdb0e887aa |
UHC | ??寬?自 | 00111111001111111100111010110000001111111110110110111011 | 3f3fceb03fedbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)