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 | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-WIN | モ。簔H | 110100111010000111100010110000011111010110111101111100111011010101001000 | d3a1e2c1f5bdf3b548 |
EUC-JP | モ。簔??H | 100011101101001110001110101000011110010011000011001111110011111101001000 | 8ed38ea1e4c33f3f48 |
UTF-8 | モ。簔H | 11101111101111101001001111101111101111011010000111100111101100001001010011101110100100001010100011101110100010101010100001001000 | efbe93efbda1e7b094ee90a8ee8aa848 |
UHC | ?????H | 001111110011111100111111001111110011111101001000 | 3f3f3f3f3f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)