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 | 溏輒籥 | 100111111110110111100111011010111110001011011110 | 9fede76be2de |
EUC-JP | 溏輒籥 | 110111101110111111101101110011001110010011100000 | deefedcce4e0 |
UTF-8 | 溏輒籥 | 111001101011101010001111111010001011110010010010111001111011000110100101 | e6ba8fe8bc92e7b1a5 |
UHC | ?輒? | 00111111111101001110010100111111 | 3ff4e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)