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 | ???m | 00111111001111110011111101101101 | 3f3f3f6d |
SJIS-WIN | 畯?qm | 111110110110111100111111100000101001000101101101 | fb6f3f82916d |
EUC-JP | 畯?qm | 10001111110011011011101100111111101000111111000101101101 | 8fcdbb3fa3f16d |
UTF-8 | 畯얜qm | 11100111100101011010111111101100100101101001110011101111101111011001000101101101 | e795afec969cefbd916d |
UHC | 畯얜qm | 11110001111000011011111011101011101000111111000101101101 | f1e1beeba3f16d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)