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 | 0011111100111111001111110011111101001000 | 3f3f3f3f48 |
SJIS-WIN | 宵モ宵緇H | 1000111110101010110100111000111110101010111000110101110101001000 | 8faad38faae35d48 |
EUC-JP | 宵モ宵緇H | 101111101010110010001110110100111011111010101100111001011011111001001000 | beac8ed3beace5be48 |
UTF-8 | 宵モ宵緇H | 11100101101011101011010111101111101111101001001111100101101011101011010111100111101101111000011101001000 | e5aeb5efbe93e5aeb5e7b78748 |
UHC | 宵?宵緇H | 1110000110110010001111111110000110110010111101101100010101001000 | e1b23fe1b2f6c548 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)