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 | ?????hh | 00111111001111110011111100111111001111110110100001101000 | 3f3f3f3f3f6868 |
SJIS-WIN | モ。簔耨hh | 11010011101000011110001011000001111101111010011111100011110100110110100001101000 | d3a1e2c1f7a7e3d36868 |
EUC-JP | モ。簔?耨hh | 1000111011010011100011101010000111100100110000110011111111100110110101010110100001101000 | 8ed38ea1e4c33fe6d56868 |
UTF-8 | モ。簔耨hh | 1110111110111110100100111110111110111101101000011110011110110000100101001110111010010110100010101110100010000000101010000110100001101000 | efbe93efbda1e7b094ee968ae880a86868 |
UHC | ?????hh | 00111111001111110011111100111111001111110110100001101000 | 3f3f3f3f3f6868 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)